Docs.rs
systemg-0.3.0
systemg 0.3.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ra0x3
Dependencies
clap ^4.0
normal
ctrlc ^3.4
normal
libc ^0.2.170
normal
nix ^0.29
normal
regex ^1.7
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
tempfile ^3.14.0
normal
thiserror ^1.0
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
Versions
80%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
systemg/
lib.rs
1
pub mod
cli;
2
pub mod
config;
3
pub mod
daemon;
4
pub mod
error;
5
pub mod
logs;
6
pub mod
status;