mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 15:48:00 +00:00
Add bytes type to enable {,de}serializing to a byte array
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
#![feature(core, std_misc, unicode)]
|
||||
#![feature(convert, core, std_misc, unicode)]
|
||||
|
||||
extern crate unicode;
|
||||
|
||||
@@ -8,3 +8,4 @@ pub use de::{Deserialize, Deserializer, Error};
|
||||
pub mod ser;
|
||||
pub mod de;
|
||||
pub mod json;
|
||||
pub mod bytes;
|
||||
|
||||
Reference in New Issue
Block a user