1
2
3
4
5
6
7
8
9
//! Legacy code.
//!
//! The code in here needs to be cleaned up and rewritten to use
//! the new core-based API.
//!
//! Once a replacement exists, these legacy modules may be removed
//! in a major release!

pub mod serial;