- 12 Mar, 2018 1 commit
-
-
losfair authored
-
- 26 Feb, 2018 1 commit
-
-
Kevin Yap authored
-
- 15 Feb, 2018 1 commit
-
-
Ty Overby authored
-
- 14 Feb, 2018 1 commit
-
-
Ty Overby authored
-
- 08 Feb, 2018 6 commits
-
-
Ty Overby authored
-
Ty Overby authored
-
Ty Overby authored
-
Ty Overby authored
-
Ty Overby authored
-
Ty Overby authored
* add option and config traits * thread options everywhere * add WithOtherLimit, WithOtherEndian, and update internal to take advantage of it * wip * add rest of the public API and fix tests * dtolnay feedback * remove serialized_size_bounded and replace it with a use of config * remove inline from trait method * finish documentation and add custom reader support * minor config_map refactor * doc changes * add with_(de)serializer functions and their associated modules
-
- 01 Dec, 2017 1 commit
-
-
Kyle Huey authored
-
- 29 Nov, 2017 1 commit
-
-
Alexis Beingessner authored
-
- 20 Nov, 2017 1 commit
-
-
Markus Westerlind authored
... by utilizing that bincode is not human readable. Uses the changes in https://github.com/serde-rs/serde/pull/1044 which allows data formats to report that they are not human readable. This lets certain types serialize themselves into a more compact form as they know that the serialized form does not need to be readable. Closes #215 BREAKING CHANGE This changes how types serialize themselves if they detect the `is_human_readable` state.
-
- 13 Nov, 2017 1 commit
-
-
Igor Gnatenko authored
MIT license requires that it is shipped with sources. So crates.io archive should have it as well.
-
- 14 Oct, 2017 7 commits
- 13 Oct, 2017 7 commits
- 12 Oct, 2017 2 commits
- 11 Oct, 2017 3 commits
- 10 Oct, 2017 6 commits
-
-
Ty Overby authored
* fix up docs
-
Ty Overby authored
-
Ty Overby authored
-
Ty Overby authored
-
Jeff Muizelaar authored
If we don't do this we end up using the generic read_exact method which is not necessarily optimal. This is especially when using a specialized Read implementation to go fast. See https://github.com/TyOverby/bincode/issues/206
-
- 10 Sep, 2017 1 commit
-
-
David Tolnay authored
Correct error message
-