Rust Notes

Installation

See Rust installation.

Updating

Regularly update your Rust toolchain with the following command which takes care of everything:

rustup update

GraphArch Rust Documentation

To generate the technical documentation of GraphArch, from the source code, run the following command:

cargo doc --open