- 12 Jan, 2021 1 commit
-
-
thiolliere authored
-
- 06 Jan, 2021 1 commit
-
-
thiolliere authored
Co-authored-by: Cheme Co-authored-by:
Brian Anderson <andersrb@gmail.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
David <dvdplm@gmail.com>
-
- 16 Oct, 2020 1 commit
-
-
Peter Goodspeed-Niklaus authored
-
- 08 Oct, 2020 1 commit
-
-
stephaneyfx authored
This makes it easier to write code that uses `Error` with or without `std`.
-
- 06 Oct, 2020 2 commits
-
-
Bastian Köcher authored
-
André Silva authored
-
- 19 Jun, 2020 1 commit
-
-
Arkadiy Paronyan authored
-
- 03 Jun, 2020 2 commits
-
-
thiolliere authored
Seek trait doesn't ensure that the length is fixed, thus our usage in IoReader is wrong. Now fixed.
-
thiolliere authored
* fix * better impl
-
- 12 May, 2020 1 commit
-
-
thiolliere authored
* decode_length for tuple' * add test * refactor
-
- 06 Apr, 2020 1 commit
-
-
Hero Bird authored
* add Encode and Decode impls for NonZero* types * fix Wasm32 build for Error instantiation * apply code review requests
-
- 18 Mar, 2020 1 commit
-
-
pscott authored
* Change from_utf8_lossy to from_utf8 to avoid replacement characters * Compact code to make it clearer * Add invalid utf8 string decode * Fix code for no-std
-
- 10 Mar, 2020 1 commit
-
-
pscott authored
-
- 02 Mar, 2020 1 commit
-
-
Arkadiy Paronyan authored
* Fixed capacity calcuation when decoding Vec * Added a test
-
- 27 Feb, 2020 1 commit
-
-
Bastian Köcher authored
Also implements `EncodeLike` for `VecDeque`/`Vec`.
-
- 23 Feb, 2020 1 commit
-
-
Bastian Köcher authored
* Extend the benchmarks * Optimize encoding/decoding of primitive type vectors * Adds a benchmark for a complex type * Optimize `u8` and `i8` * Implement some more `size_hint` and improve array `encode_to` * Fix the range...
-
- 06 Jan, 2020 1 commit
-
-
Bastian Köcher authored
* Implement `Encode`/`Decode` for `Cow` on `no_std` * Fix import * Make decode work on `no_std`
-
- 13 Nov, 2019 1 commit
-
-
Qinxuan Chen authored
* Update dependencies Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Update Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Revert some deps; Fix some warnings Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Improve utils of derive Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Bump bitvec to 0.15 Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Improve utils of derive Signed-off-by:
koushiro <koushiro.cqx@gmail.com>
-
- 26 Sep, 2019 1 commit
-
-
thiolliere authored
* implement EncodeLikeAppend * full encodelike * fix * Update src/encode_append.rs Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * fix * better doc * extend Ref impls
-
- 02 Sep, 2019 1 commit
-
-
thiolliere authored
* add some encodelike + improve doc * even more * even more * fix doc and example * doc
-
- 30 Aug, 2019 1 commit
-
-
thiolliere authored
-
- 29 Aug, 2019 1 commit
-
-
thiolliere authored
* remove unsafe for endian and non-endian * rename * refactor
-
- 05 Aug, 2019 1 commit
-
-
thiolliere authored
* impl optional len * typo * typo * bump version * Apply suggestions from code review Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * fix * fix * space
-
- 29 Jul, 2019 3 commits
-
-
thiolliere authored
* few more type * update versions
-
Bastian Köcher authored
* Add `EncodeLike` * Some stuff * Make it work * Review feedback * Add example * Update README * Add bound
-
thiolliere authored
-
- 25 Jul, 2019 3 commits
-
-
Wei Tang authored
* Add generic-array support * Add vecarray support * Use 0.12 version of generic-array * Update cargo lock * Move impl to separate files * Make sure std features of vecarray are disabled by default * Use with_capacity * Add features to CI * Add missing license * Add tests for generic-array * Add tests for vec-array * Apply suggestions from code review
-
Bastian Köcher authored
* Improve `EncodeAppend` api and clean up code * Fix compilation
-
thiolliere authored
* impl bound to input_len * typo * fix + doc * fix * hide alloc * address issues
-
- 21 Jul, 2019 1 commit
-
-
thiolliere authored
* fix io reader * Revert "Implement min_encoded_len and required_len (#119)" This reverts commit 2b66d2ce.
-
- 19 Jul, 2019 1 commit
-
-
thiolliere authored
-
- 17 Jul, 2019 2 commits
-
-
thiolliere authored
* no std works on stable + CI * bump version to 0.1
-
thiolliere authored
-
- 03 Jul, 2019 1 commit
-
-
thiolliere authored
* new api * Apply suggestions from code review Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 21 Jun, 2019 1 commit
-
-
Kian Peymani authored
-
- 18 Jun, 2019 1 commit
-
-
Kian Peymani authored
* Basic len for vec and mappings. * Fix link * Slicify. * Support collection types. * Usize. * Better usize. * Update src/codec.rs
-
- 14 Jun, 2019 1 commit
-
-
thiolliere authored
* vecdeque * impl for all collections * reorganize test * Apply suggestions from code review Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * remove wip bench
-
- 12 Jun, 2019 1 commit
-
-
thiolliere authored
* move compact to its own file * fix bit vec and doc test * add back derive * address comments
-
- 04 Jun, 2019 1 commit
-
-
Bastian Köcher authored
* Rename to `parity-scale-codec` and revert version to 1.0 * Fix compilation after renaming * Fix benchmarks * Update src/lib.rs Co-Authored-By:
thiolliere <gui.thiolliere@gmail.com> * Remove last parity-codec leftovers
-
- 03 Jun, 2019 1 commit
-
-
thiolliere authored
-