Skip to content

Crate to help rust projects discover GNU libc version at build time

License

Notifications You must be signed in to change notification settings

delta-incubator/glibc-version-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glibc_version

cratesio doc

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);

About

Crate to help rust projects discover GNU libc version at build time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages