uptime_lib 0.2.1

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

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