glibc_version

Crates.ioglibc_version
lib.rsglibc_version
version0.1.2
sourcesrc
created_at2021-03-24 05:32:29.264891
updated_at2021-03-24 05:37:33.452485
descriptionDiscover GNU libc version at build time
homepagehttps://github.com/delta-io/delta.rs
repository
max_upload_size
id372836
size4,929
R. Tyler Croy (rtyler)

documentation

https://docs.rs/glibc_version/

README

glibc_version

Crate to help rust projects discover GNU libc version at build time. Expected to be used in build.rs.

Usage

let ver = glibc_version::get_version().unwrap();
println!("glic version: {}.{}", ver.major, ver.minor);
Commit count: 0

cargo fmt