1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
// ntcip
//
// Copyright (C) 2019  Minnesota Department of Transportation
//
//! Rust library for National Transportation Communications for ITS Protocol.
//!
#![forbid(unsafe_code)]

#[macro_use]
extern crate serde_derive;

pub mod dms;