botan 0.12.0

Rust wrapper for Botan cryptography library
Documentation
1
2
3
4
fn main() {
    let version = botan::Version::current();
    println!("{version:?}");
}