Adding code_split_complexity library as a dependency

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

cargo add code-split-complexity

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

code-split-complexity = "1.0.0-alpha.4"

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

Back to the crate overview.