nettle-sys 1.0.1

Low-level Rust bindings for the Nettle cryptographic library
docs.rs failed to build nettle-sys-1.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-sys-2.3.0

nettle-sys

Low-level Rust bindings for the Nettle cryptographic library.

# 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:

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

Then, you can cross compile the project:

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.