Thanks to visit codestin.com
Credit goes to lib.rs

Adding csx64 library as a dependency

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

cargo add csx64

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

csx64 = "0.1.2"

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

Back to the crate overview.