arvo 0.7.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;
pub use latitude::Latitude;
pub use longitude::Longitude;
pub use time_zone::TimeZone;