botan-src 0.31200.0

Sources of Botan cryptography library
Documentation
1
2
3
4
5
fn main() {
    let (lib_dir, include_dir) = botan_src::build();
    println!("Library directory: {lib_dir}");
    println!("Include directory: {}", include_dir.display());
}