For the complete documentation index, see llms.txt. This page is also available as Markdown.

Testing

How to get output from tests with cargo test?

Provide nocapture option as an argument to cargo test, as follows.

cargo test -- --nocapture

Last updated