Adding order_utils_rs library as a dependency
Run this command in a terminal, in your project's directory:
cargo add order_utils_rs
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
order_utils_rs = "0.1.0"
The order_utils_rs library will be automatically available globally.
Read the order_utils_rs library documentation.