TRUC
This commit is contained in:
parent
7d9e3d63b7
commit
89ef66a694
19 changed files with 461 additions and 64 deletions
6
examples/facts.rs
Normal file
6
examples/facts.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use rustible::Facts;
|
||||
|
||||
fn main() {
|
||||
let facts = Facts::new();
|
||||
println!("rustible running system: {}", facts.os.family().as_str());
|
||||
}
|
||||
Loading…
Reference in a new issue