Docs.rs
sm-2-0.2.0
sm-2 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
joshdavham
Dependencies
chrono ^0.4
normal
serde ^1
normal
serde_json ^1
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
sm_2
0.2.0
All Items
Crate Items
Re-exports
Modules
Structs
Type Aliases
Crate
sm_2
Copy item path
Source
Re-exports
§
pub use card::
Card
;
pub use review_log::
ReviewLog
;
pub use scheduler::
Scheduler
;
Modules
§
card
review_
log
scheduler
Structs
§
Date
Time
ISO 8601 combined date and time with time zone.
Utc
The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).
Type Aliases
§
Duration
Alias of
TimeDelta
.