Adding si_trace_print library as a dependency

Run this command in a terminal, in your project's directory:

cargo add si_trace_print

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

si_trace_print = "0.3.12"

The si_trace_print library will be automatically available globally. Read the si_trace_print library documentation.

Back to the crate overview.