Adding spider_transformations library as a dependency

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

cargo add spider_transformations

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

spider_transformations = "2.37.114"

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

Back to the crate overview.