botan-src 0.21500.0

Sources of for 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);
}