Adding web_sys_ec library as a dependency

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

cargo add web-sys-ec

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

web-sys-ec = "0.1.0"

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

Back to the crate overview.