Adding ecma402_traits library as a dependency

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

cargo add ecma402_traits

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

ecma402_traits = "5.4.0"

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

Back to the crate overview.