File: version.rs

package info (click to toggle)
rust-botan 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
fn main() {
    let version = botan::Version::current();
    println!("{version:?}");
}