packtrack 3.0.0

A simple CLI for tracking mail packages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod error;
mod implementations;
mod models;
mod traits;
mod utils;

pub use implementations::file_url_store;

pub use error::UrlError;
pub use file_url_store::FileUrlStore;
pub use models::AnnotatedUrl;
pub use traits::UrlStore;