nettle 6.0.1

Rust bindings for the Nettle cryptographic library
docs.rs failed to build nettle-6.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: nettle-7.4.0

nettle

Rust bindings for the Nettle cryptographic library.

# Cargo.toml
[dependencies]
nettle = "6"

The documentation can be found here.

Features

This is a list of feature flags for this crate:

  • vendored: Use a packaged version of the Nettle library. Implies static linking.

Windows

As of now, only the GNU toolchain is supported and the vendored feature does not yet work.

This means that the library has to be installed separately. In MSYS2/mingw64 environment this can done by running:

$ pacman -S mingw-w64-x86_64-clang mingw-w64-x86_64-pkg-config mingw-w64-x86_64-nettle

License

This project is licensed under either of

at your option.