Crate sm_2

Source

Re-exports§

pub use card::Card;
pub use review_log::ReviewLog;
pub use scheduler::Scheduler;

Modules§

card
review_log
scheduler

Structs§

DateTime
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.