parent
a9d5dc455d
commit
62941544ea
|
|
@ -3,3 +3,5 @@
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
.cargo
|
.cargo
|
||||||
|
.vscode
|
||||||
|
rls*.log
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
//! serialization strategy.
|
//! serialization strategy.
|
||||||
//!
|
//!
|
||||||
//! There are simple functions for encoding to `Vec<u8>` and decoding from
|
//! There are simple functions for encoding to `Vec<u8>` and decoding from
|
||||||
//! `&[u8]`, but the meat of the library is the `encode_into` and `decode_from`
|
//! `&[u8]`, but the meat of the library is the `serialize_into` and `deserialize_from`
|
||||||
//! functions which respectively allow encoding into a `std::io::Writer`
|
//! functions which respectively allow encoding into a `std::io::Writer`
|
||||||
//! and decoding from a `std::io::Buffer`.
|
//! and decoding from a `std::io::Buffer`.
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue