arvo 1.0.0

Validated, immutable value objects for common domain types (email, money, identifiers, …)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod bounding_box;
mod coordinate;
mod country_region;
mod latitude;
mod longitude;
mod time_zone;

pub use bounding_box::{BoundingBox, BoundingBoxInput};
pub use coordinate::{Coordinate, CoordinateInput};
pub use country_region::{CountryRegion, CountryRegionInput};
pub use latitude::{Latitude, LatitudeInput};
pub use longitude::{Longitude, LongitudeInput};
pub use time_zone::{TimeZone, TimeZoneInput};