Ty Overby
34679457d2
alpha7
2017-04-08 10:52:52 -07:00
Ty Overby
461a694bac
bump to alpha-6
2017-03-17 18:02:34 -07:00
Ty Overby
392d960400
bump version number
2017-03-01 17:16:57 -08:00
Ty Overby
1567d65ae9
fix oom
2017-02-24 19:04:46 -08:00
Ty Overby
42a8164756
bump version
2017-02-24 18:55:44 -08:00
Ty Overby
fac69cfcaa
Remove rustc-serialize from cargo.toml
2017-01-31 20:20:26 -08:00
Ty Overby
e7a74aa6c2
Remove rustc serialize support ( #95 )
...
* Remove rustc_serialize support
* Add changelist and bump version number for alpha
* Move refbox and friends into own module
* update changelog
* update travis config
* move serde functions out into global namespace
2017-01-31 15:50:55 -08:00
Ty Overby
ecb51cb8bd
update authors and docs link
2017-01-31 10:43:47 -08:00
Ty Overby
f4c5c7b86d
Merge branch 'master' of github.com:TyOverby/bincode
2017-01-31 10:20:18 -08:00
Lena Hellström
c6393ac561
Update to serde 0.9.X ( #93 )
...
* Update to serde 0.9.X
* Remove redundant visitor and bad namespacing.
* Change DeserializeError to use Strings.
Reintroduce error tests.
* Better DeserializeError messages.
* Fix warnings.
2017-01-31 09:59:29 -08:00
Ty Overby
147a89f8d7
bump version
2017-01-05 17:26:50 -08:00
Matt Brubeck
814aa7d239
Update to byteorder 1.0 ( #91 )
2017-01-05 17:25:40 -08:00
David Tolnay
3d4346808f
More efficient serialize_bytes ( #90 )
...
* Update to serde_derive
* Fix missing Encoder and Decoder imports
* Add test for serializing bytes
* More efficient serialize_bytes
Reported in #serde: blank_name2 tried serializing
`HashMap<String, HashSet<Bytes>>` vs `HashMap<String, HashSet<&Path>>`,
the `&Path` version was done in ~.6 seconds while the
`&[u8]` one took a full 3 seconds more.
2016-12-12 18:26:26 +00:00
Ty Overby
44ea3bbbdb
0.6.0
2016-07-28 12:35:40 -07:00
Ty Overby
aa531e465a
Merge branch 'master' of github.com:TyOverby/bincode
2016-07-28 12:24:06 -07:00
David Tolnay
95b414a184
Update to serde 0.8.0 ( #84 )
2016-07-28 12:23:18 -07:00
Ty Overby
23cb6ea79c
0.5.9
2016-07-08 06:55:29 -07:00
Anthony Ramine
8f98e8789d
0.5.8
2016-06-30 14:13:17 +02:00
Ty Overby
2ae255e634
0.5.7
2016-06-19 13:30:27 -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
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
35aa19b6fb
bump cargo version
2016-04-04 13:34:18 -07:00
Ty Overby
8b14cbda92
bump version to v0.5.1
2016-03-16 09:21:30 -07: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
6d6717ebdf
use faster travis builds
2016-02-07 16:55:19 -08:00
Simon Sapin
d9183a8a26
Update byteorder crate
2015-11-26 17:21:30 +01:00
Ty Overby
338690129b
bump version number
2015-08-07 23:17:02 -07:00
Ty Overby
3de218537f
Fix test fallout during merge
2015-08-07 16:16:42 -07:00
Erick Tryzelaar
0d6b8a48b6
Get serde working
2015-07-29 13:15:04 -07:00
Erick Tryzelaar
b85ac75b28
Initial serde support
2015-06-30 07:52:18 -07:00
Ty Overby
9ad558de5f
bump version number
2015-05-18 23:39:32 -07:00
Ty Overby
8b02f96bf0
derive debug for refbox and friends
2015-05-02 12:56:52 -07:00
Ty Overby
5b341ea793
bump version number
2015-05-02 12:47:25 -07:00
Ty Overby
5fa0c2bd8a
Decoders return the number of bytes that they read
...
Closes #35
2015-05-01 09:17:18 -07:00
TyOverby
a6a43bd55a
bump version number
2015-04-29 18:09:39 -07:00
Ty Overby
4df8b07e3e
bump version number. Beta compatibility!
2015-04-12 21:16:56 -07:00
Ty Overby
fb0751ac2e
bump version
2015-04-03 17:10:39 -07:00
Ty Overby
86f7a2795f
bump version to 0.1.0
2015-04-03 11:49:40 -07:00
Ty Overby
6bc25f21db
bump version number
2015-04-02 08:49:47 -07:00
Ty Overby
1d5761f134
bump version number
2015-03-26 10:35:31 -07:00
Ty Overby
1bbd5377e3
rustup
2015-03-25 15:50:41 -07:00
Ty Overby
05f0ce01c1
bump version
2015-03-23 10:37:06 -07:00
Jeremy Huffman
6ec2c0e415
bump byteorder dependency to 0.3.1
...
byteorder 0.2.9 no longer builds on rustc nightly; bumping this dependency to 0.3.1 fixes this issue
2015-03-22 12:43:43 -04:00
Ty Overby
1355a93a23
Fix rustc updates.
2015-03-19 10:09:27 -07:00