Adding d4_framefile library as a dependency

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

cargo add d4-framefile

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

d4-framefile = "0.3.9"

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

Back to the crate overview.