The IntermodalContainers library aims to be a compliant and full featured implementation of ISO 6346. ISO 6346 provides a standard for the identification of freight containers.
- Container Number parsing, as specified by the Identification System.
- Check digit calculation.
- Container Code parsing, as specified by the Size and Type Codes.
If available in Hex, the package can be installed
by adding intermodal_containers
to your list of dependencies in mix.exs
:
def deps do
[
{:intermodal_containers, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/intermodal_containers.