gmssl-errors 0.1.0

Custom error library support for the gmssl crate.
Documentation
  • Coverage
  • 100%
    7 out of 7 items documented1 out of 5 items with examples
  • Size
  • Source code size: 32.41 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 406.91 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • acovo/rust-gmssl
    5 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JasonHonor

rust-gmssl

GmSSL bindings for the Rust programming language.

Documentation.

Release Support

The current supported release of gmssl is 0.1 and gmssl-sys is 0.1.

Build & Test

Only support GmSSL 3.1.0+, must set env DEP_OPENSSL_VERSION_NUMBER before compile.

export DEP_OPENSSL_VERSION_NUMBER=806354944

cargo build

cargo test -- --nocapture

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed under the terms of both the Apache License, Version 2.0 and the MIT license without any additional terms or conditions.