1 unstable release

0.1.0 Oct 15, 2024

#16 in #mutually-exclusive

Download history 236/week @ 2025-04-16 178/week @ 2025-04-23 94/week @ 2025-04-30 73/week @ 2025-05-07 177/week @ 2025-05-14 440/week @ 2025-05-21 335/week @ 2025-05-28 524/week @ 2025-06-04 727/week @ 2025-06-11 855/week @ 2025-06-18 147/week @ 2025-06-25 269/week @ 2025-07-02 193/week @ 2025-07-09 69/week @ 2025-07-16 136/week @ 2025-07-23 169/week @ 2025-07-30

614 downloads per month
Used in 3 crates (2 directly)

MIT license

11KB
194 lines

bearssl

BearSSL bindings for the Rust programming language.

Configuration

By default, it builds a particular git revision. The revision can be changed by setting BEARSSL_GIT_HASH.

Other options include:

  • BEARSSL_PRECOMPILED_PATH: the directory where pre-built libraries can be found.
  • BEARSSL_SOURCE_PATH: the directory where BoringSSL source file can be found.
  • BEARSSL_INCLUDE_PATH: the directory where BoringSSL header files can be found. (Note: make sure this stays up-to-date with the source files!)

Note that BEARSSL_GIT_HASH, BEARSSL_PRECOMPILED_PATH, and BEARSSL_SOURCE_PATH are mutually exclusive.

Dependencies

~0–3MB
~43K SLoC