codec/id: add codec::Id

This commit is contained in:
meh 2015-05-12 03:33:33 +02:00
parent 308e36ee48
commit 496f3759ec
2 changed files with 1333 additions and 0 deletions

1330
src/codec/id.rs Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,6 @@
pub mod id;
pub use self::id::Id;
use std::ffi::CStr; use std::ffi::CStr;
use std::str::from_utf8_unchecked; use std::str::from_utf8_unchecked;