Age | Commit message (Collapse) | Author |
|
'PartialEq<&[char]>' for 'FixedString'; Update tests; Implement 'PartialOrd<&[char]>' and 'PartialOrd<&str>' for 'FixedString'; Remove custom methods 'get', 'get_unchecked', 'get_mut', and 'get_unchecked_mut', 'iter', and 'iter_mut' from 'FixedString';
|
|
|
|
|
|
metadata; Update readme; Expand docs; Require fixed size (de)serialisations; Add more error variants; Require 'bzipper::Error' for (de)serialisation; Reworks streams; Remove 'Buffer'; Rework 'FixedString'; Serialise 'usize' and 'isize' as 'u32' and 'i32', respectively; Rework arrays (de)serialisation; Fix 'Result' serialisations; Add new logo; Add features 'alloc' and 'std'; Specify rustc version; Rename 'FixedStringIter' to 'FixedIter'; Implement 'Serialise' and 'Deserialise' for single tuples and 'PhantomData';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
minor; Update commenting; Make serialisations fallible; Impl Serialise and Deserialise for usize and isize (restrict to 16 bits); Add new errors: UsizeOutOfRange, IsizeOutOfRange; Rework sstreams; Add buffer type; Fix serialisation of Option<T>; Disable std; Rename error: EndOfDStream -> EndOfStream; Update documentation; Update readme; Reformat changelog;
|
|
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;
|