Skip to main content

Module models

Module models 

Source
Expand description

Domain models for Stint.

Re-exports§

pub use entry::EntryFilter;
pub use entry::EntrySource;
pub use entry::TimeEntry;
pub use project::Project;
pub use project::ProjectSource;
pub use project::ProjectStatus;
pub use session::ShellSession;
pub use types::EntryId;
pub use types::ProjectId;
pub use types::SessionId;

Modules§

entry
Time entry domain model.
project
Project domain model.
session
Shell session domain model.
tag
Tag normalization and parsing utilities.
types
Newtype wrappers for entity identifiers.