device: add handling

This commit is contained in:
meh
2015-05-12 03:58:26 +02:00
parent b7a015c79a
commit 1150527c35
4 changed files with 164 additions and 0 deletions

View File

@ -25,3 +25,5 @@ pub use codec::discard::Discard;
pub use codec::codec::Codec;
pub use codec::encoder::{self, Encode};
pub use codec::decoder::{self, Decode};
pub mod device;