postal-code 0.3.0

A robust, production-grade Rust library for validating international postal codes.
Documentation
1
2
3
4
5
6
pub(crate) use serde::{Deserialize, Serialize};
pub(crate) use derive_builder::Builder;
pub(crate) use getset::{Getters};
pub(crate) use country::Country;
pub(crate) use export_magic::*;
pub(crate) use std::fmt;