nettle-sys

Low-level Rust bindings for the Nettle cryptographic library.

```toml

Cargo.toml

[dependencies] nettle-sys = "1.0" ```

The documentation can be found here.

Cross compilation

nettle-sys can be cross compiled using cross and a custom Docker container. First, build the container and install cross:

bash cargo install cross docker -t nettle-sys/<toolchain>:1 docker/<toolchain>

Then, you can cross compile the project:

bash cross --target <toolchain> -v

The build artifacts will be placed in target/debug/<toolchain>.

License

This project is licensed under either of

at your option.