uptime_lib 0.3.1

Multi-platform uptime library
Documentation
1
2
3
4
5
6
extern crate uptime_lib;

#[test]
fn test_uptime_get() {
    assert!(uptime_lib::get().is_ok());
}