Age | Commit message (Collapse) | Author |
|
Remove error FixedStringTooShort; Rename: InvalidUtf8 -> BadString; Rework errors; Rename methods: as_d_stream -> as_dstream, to_s_stream -> to_sstream; Add SERIALISATION_LIMIT constant to Serialise; Make some deserialisations infallible; Add method append_byte to SStream; Add method take_byte to DStream; Rename SStream -> Sstream, DStream -> Dstream; Update readme; Update documentation; Make Deserialise require Serialise; Fix copyright/license notice in "src/serialise/test.rs";
|
|
and IndexMut for FixedString; Add get and get_mut methods to FixedString; Implement From<[char; N]> for FixedString; Bump minor; Implement Serialise and Deserialise for tuples;
|
|
Update documentation; Add method to ; Add and methods to ;
|
|
|
|
License under LGPL-3; Configure lints; Add readme;
|