extern crate rustc_serialize; pub mod error; pub mod hash; pub mod uint; pub mod bytes; pub mod rlp; pub mod vector; #[test] fn it_works() { }