mb-vin
A lightweight and zero-copy Rust crate for parsing and validating Vehicle Identification Numbers (VINs) according to the ISO 3779 standard.
Features
- Parse and validate (length, characters set, check digit).
- Extract WMI (World Manufacturer Identifier), VDS, VIS.
- Lookup manufacturer and country from WMI.
- Infer manufacturing year from VIN
- Optional
serdesupport with serialization and deserialization - Optional
simdto fast batch parse
Installation
Add to your Cargo.toml:
= "0.8.0"
Usage
use ;
License
Licensed under an OpenBSD-ISC-style license, see LICENSE for details.