rl_localtime 0.1.0

Rust-locked localtime - a sound localtime implementation
Documentation
1
2
3
4
5
6
fn main() {
    cc::Build::new()
        .file("c_lib/localtime.c")
        .warnings(std::env::var_os("RL_LOCALTIME_WARN").is_some())
        .compile("rllocaltime");
}