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

pub mod dms;