Use and extend BearSSL in Rust
 
 
Go to file
Aydin Mercan 5aefc84f40
readme, cargo: document and categorize more
* Reduce the version of `bearssl` to 0.0.2 to increment minimally from
  the existing crate.
* Add an overview README for a high level description.
* Add crate tags and categories for easier discoverability in the
  future.
2022-09-03 17:54:21 +03:00
.cargo initial commit 2022-09-03 17:32:07 +03:00
bearssl readme, cargo: document and categorize more 2022-09-03 17:54:21 +03:00
bearssl-sys readme, cargo: document and categorize more 2022-09-03 17:54:21 +03:00
.gitignore initial commit 2022-09-03 17:32:07 +03:00
.rustfmt.toml initial commit 2022-09-03 17:32:07 +03:00
Cargo.toml initial commit 2022-09-03 17:32:07 +03:00
README.md readme, cargo: document and categorize more 2022-09-03 17:54:21 +03:00

README.md

BearSSL-rs

Use and extend BearSSL in Rust.

Crates

  • bearssl-sys: Autogenerated FFI bindings for BearSSL 0.6. Can use the link dynamically or bundle a build itself.
    • Versions below 0.0.5 are unrelated to this crate.
  • bearssl: Higher level code for easier use in servers, clients, etc.
    • Versions below 0.0.2 are unrelated to this crate.

License

All crates in this repository are available under BSD-3-Clause. Please refer to each crate's README for more details.