Cobrand
c5073e83e5
pub used InvalidEncoding in serde+rustc_serialize so it shows in `cargo doc` ( #82 )
...
* Removed unused import warning
* pub use InvalidEncoding in serde+rustc_serialize
* Made both fields of InvalidEncoding public so it can be used without Display or Debug traits (e.g. pattern matching)
* Export of InvalidEncoding in rustc_serialize/serde make them visible in `cargo doc`
2016-07-08 06:53:43 -07:00
Anthony Ramine
8f98e8789d
0.5.8
2016-06-30 14:13:17 +02:00
Anthony Ramine
cea0ef6fed
Merge pull request #81 from oli-obk/master
...
fix char serialization and deserialization
2016-06-30 14:12:11 +02:00
Oliver Schneider
2eee182f1f
fix char serialization and deserialization
2016-06-30 14:02:07 +02:00
Ty Overby
2ae255e634
0.5.7
2016-06-19 13:30:27 -07:00
Dmitry
e5a524ed28
Fixed size array deserialization ( #76 )
...
* Attempt to implement hint for fixed size arrays.
* Removed wrong visitor + tests.
* Removed extra new line.
2016-06-19 13:29:10 -07:00
David Tolnay
629d7bc640
Impl Deserialize for non-'static lifetimes ( #79 )
2016-06-19 13:23:21 -07:00
Ty Overby
45cfc7da9a
bump version number
2016-04-28 17:31:36 -07:00
Ms2ger
c7bdb4a90c
Use num-traits. ( #72 )
2016-04-21 09:28:33 -07:00
Alexander Bulaev
834e4c3656
Don't pull `rustc-serialize` from `num` ( #71 )
2016-04-15 14:22:39 -07:00
Alexander Bulaev
ff69e6f3e1
Add cargo features for rustc-serialize and serde ( #70 )
...
* Add cargo features for rustc-serialize and serde
If you only really need one of them
* Check that both "serde" and "rustc-serialize" are compiling
* Minor: change Travis build order
2016-04-15 11:03:32 -07:00
Ty Overby
c2fc3af47c
Better travis tests ( #69 )
...
Use multirust to switch between language versions.
Only run tests on nightly (because the serde macros won't build anywhere else).
2016-04-12 10:28:55 -07:00
Ty Overby
21329a0e53
v0.5.3
2016-04-12 09:28:21 -07:00
Jayson Reis
183c28e363
Upgrade byteorder to 0.5.x ( #68 )
2016-04-12 09:26:18 -07:00
Ty Overby
e5e74307fa
Merge pull request #67 from Seeker14491/patch-2
...
fix typo
2016-04-07 08:10:49 -07:00
Brian Bowman
127380a506
fix typo
2016-04-07 03:05:41 -05:00
Ty Overby
35aa19b6fb
bump cargo version
2016-04-04 13:34:18 -07:00
Ty Overby
c62b7a909b
Merge pull request #66 from TyOverby/more_tests
...
add more tests
2016-04-04 13:29:51 -07:00
Ty Overby
c819545c50
add more tests
2016-04-04 08:16:50 -07:00
Ty Overby
01ff0e6209
Merge pull request #65 from TyOverby/revert-sizechecks
...
Revert "Respect size limits in read_seq and read_map."
2016-04-04 08:01:56 -07:00
Ty Overby
772b1da6df
Revert "Respect size limits in read_seq and read_map."
...
This reverts commit 1e21e5d13b .
2016-04-03 15:44:21 -07:00
Ty Overby
8b14cbda92
bump version to v0.5.1
2016-03-16 09:21:30 -07:00
Ty Overby
87bf29d407
Merge pull request #63 from canndrew/size-limits
...
Respect size limits in read_seq and read_map.
2016-03-15 11:46:06 -07:00
Andrew Cann
ce61edb51f
Replace use of saturating_add
2016-03-10 17:27:51 +08:00
Andrew Cann
1e21e5d13b
Respect size limits in read_seq and read_map.
2016-03-10 17:08:11 +08:00
Ty Overby
a486ac6192
Merge pull request #60 from TyOverby/serde-0.7
...
Support serde 0.7
2016-03-04 15:18:50 -08:00
Ty Overby
bde9aa6565
add initial support for serde 0.7
2016-03-04 10:44:28 -08:00
Ty Overby
6d3de67320
v0.4.1
2016-02-29 09:37:46 -08:00
Ty Overby
5245ea19f0
fix version numbering
2016-02-29 09:35:35 -08:00
Ty Overby
3e8833b70e
Fix typo
2016-02-07 17:42:45 -08:00
Ty Overby
4bbcac9f78
we need sudo
2016-02-07 17:29:49 -08:00
Ty Overby
9824d8061c
ignore instead of no_run
2016-02-07 17:03:47 -08:00
Ty Overby
7fba81da1e
should parse now
2016-02-07 17:00:24 -08:00
Ty Overby
13d9e30813
no run on tests
2016-02-07 16:56:51 -08:00
Ty Overby
6d6717ebdf
use faster travis builds
2016-02-07 16:55:19 -08:00
Ty Overby
05850df34a
Merge branch 'master' of github.com:TyOverby/bincode
2016-02-07 16:46:33 -08:00
Ty Overby
25cfb15823
add more docs
2016-02-07 16:46:23 -08:00
Ty Overby
7662a57727
add more useful syntax error messages
2016-01-19 08:46:33 -08:00
Ty Overby
7b7e258162
Merge pull request #49 from SimonSapin/byteorder
...
Update byteorder crate
2015-11-29 17:21:21 -08:00
Simon Sapin
d9183a8a26
Update byteorder crate
2015-11-26 17:21:30 +01:00
Ty Overby
6bd74a0729
Merge pull request #44 from TyOverby/patch-1
...
Allow failure for stable and beta versions of rust.
2015-09-28 15:01:52 -07:00
Ty Overby
8a07df085d
Allow failure for stable and beta versions of rust.
2015-09-26 18:05:33 -07:00
Ty Overby
24c8ce8b37
update example in readme
2015-08-12 20:16:30 -07:00
Ty Overby
fbd2f8033f
only test on nightly
2015-08-07 23:21:44 -07:00
Ty Overby
338690129b
bump version number
2015-08-07 23:17:02 -07:00
Ty Overby
a63e80d75d
add docs for the new modules
2015-08-07 23:16:35 -07:00
Ty Overby
0cfb64511c
moved the two designs into modules
2015-08-07 17:35:27 -07:00
Ty Overby
9c6bf1aa41
remove unused code
2015-08-07 16:39:15 -07:00
Ty Overby
3de218537f
Fix test fallout during merge
2015-08-07 16:16:42 -07:00
Ty Overby
0c4403021d
Merge branch 'serde3' of https://github.com/erickt/bincode into serde3
2015-08-07 15:14:38 -07:00