Docs.rs
t-minus-0.1.0
t-minus 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
SuperInstance
Dependencies
chrono ^0.4
normal
clap ^4
normal
colored ^2
normal
rusqlite ^0.31
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
uuid ^1
normal
tempfile ^3
dev
Versions
53.33%
of the crate is documented
Platform
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
Skip to main content
Files
t_minus/
lib.rs
1
pub mod
db;
2
pub mod
engine;
3
pub mod
types;
4
5
pub use
types::
*
;
6
pub use
engine::Engine;