gnal_tsur is a procedural macro. It will run at compile time and transform your program's source code.
Adding gnal_tsur
macro(s) as a dependency
Run this command in a terminal, in your project's directory:
cargo add gnal_tsur
To add it manually, edit your project's Cargo.toml
file and add to the [dependencies]
section:
gnal_tsur = "0.1.0"
You may need to import the macro(s) with use gnal_tsur::*
.
gnal_tsur
documentation.