Commit Graph

261 Commits

Author SHA1 Message Date
Erick Tryzelaar b59af483ef Updated to serde 0.5.0 2015-08-07 12:10:02 -07:00
Erick Tryzelaar f04635c1ba Add newtype handlers to speed up parsing newtype structs and variants 2015-07-30 20:45:36 -07:00
Erick Tryzelaar 8ec54e562a Update to serde 0.5.0 2015-07-29 13:15:14 -07:00
Erick Tryzelaar 0d6b8a48b6 Get serde working 2015-07-29 13:15:04 -07:00
Erick Tryzelaar b206032ff1 Initial support for serde serialization 2015-07-01 15:21:26 -07:00
Erick Tryzelaar b85ac75b28 Initial serde support 2015-06-30 07:52:18 -07:00
Erick Tryzelaar f11ba0c41f Move tests into the tests/ directory 2015-06-30 07:52:18 -07:00
Ty Overby fd52ae0d64 Revert "Merge pull request #42 from jmesmon/fix-oom"
This reverts commit 1c3f457cf9, reversing
changes made to 84b5c416ca.
2015-05-29 13:50:16 -07:00
Ty Overby e8d783fdfc Revert "fail with size limit on large maps too"
This reverts commit ce286b2519.
2015-05-29 13:39:17 -07:00
Ty Overby ce286b2519 fail with size limit on large maps too 2015-05-28 16:12:46 -07:00
Ty Overby 1c3f457cf9 Merge pull request #42 from jmesmon/fix-oom
check the size of seqs before trying to decode them
2015-05-28 16:09:20 -07:00
Ty Overby 84b5c416ca Merge pull request #40 from jmesmon/slicebox-deref
SliceBox: allow Deref into &[T]
2015-05-28 15:09:30 -07:00
Cody P Schafer ee0dccbd02 check the size of seqs before trying to decode them
Fixes #41
2015-05-28 16:03:02 -04:00
Cody P Schafer 9ab3320db7 SliceBox: allow Deref into &[T]
Allows more convenient use of SliceBox where one doesn't care whether
it represents a Vec<T> or &[T] and can handle using a &[T].
2015-05-28 12:05:30 -04:00
Ty Overby 9ad558de5f bump version number 2015-05-18 23:39:32 -07:00
Ty Overby e3837055d7 Removes the "bytes read" return part from `decode`
This reverts commit 5fa0c2bd8a.

Conflicts:
	Cargo.toml
2015-05-18 23:28:39 -07:00
Ty e28fc57c0f Merge pull request #39 from badboy/patch-1
Fixed typos in readme
2015-05-04 17:03:24 -07:00
Jan-Erik Rediger 69fe369775 Fixed typos in readme 2015-05-04 23:16:19 +02:00
Ty 2c780e8119 Merge pull request #38 from reem/refbox-enchancements
Add some more trait impls and methods to StrBox and SliceBox
2015-05-04 08:31:24 -07:00
Jonathan Reem a19d62cbe9 Add some more trait impls and methods to StrBox and SliceBox 2015-05-04 03:48:25 -07:00
Ty Overby 8b02f96bf0 derive debug for refbox and friends 2015-05-02 12:56:52 -07:00
Ty Overby b6615fa262 derive debug for refbox and friends 2015-05-02 12:56:36 -07:00
Ty Overby 5b341ea793 bump version number 2015-05-02 12:47:25 -07:00
Ty 322b30da0f Merge pull request #37 from TyOverby/strbox-2
Add strbox and slicebox
2015-05-02 12:25:55 -07:00
Ty Overby 1d45873f1e cleaned up refbox implementation and added tests 2015-05-02 12:23:27 -07:00
Ty Overby 3d8f97923d strbox and slicebox 2015-05-02 03:52:27 -07:00
Ty Overby 5fa0c2bd8a Decoders return the number of bytes that they read
Closes #35
2015-05-01 09:17:18 -07:00
Ty Overby d87e7dad2d rustfmt 2015-04-29 23:26:58 -07:00
TyOverby a6a43bd55a bump version number 2015-04-29 18:09:39 -07:00
TyOverby 209b274062 remove dependency on the unicode library 2015-04-29 18:09:01 -07:00
Ty 1d45af6a51 Merge pull request #32 from mohtar/rustdoc-fix
Fix rustdoc comment syntax
2015-04-27 10:09:35 -07:00
Mohd Tarmizi 4e0f2457ac Fix rustdoc comment syntax
I also moved the comment block to the top of the file so that rustdoc won't throw "expected outer comment" error
2015-04-27 21:36:59 +08:00
Ty 98fbf38c01 Add license badge 2015-04-16 14:47:26 -07:00
Ty 6cceb1f689 Add crates.io badge. 2015-04-16 14:43:39 -07:00
Ty ccd7588894 Added Crates.io badge 2015-04-16 14:43:07 -07:00
Ty Overby 4df8b07e3e bump version number. Beta compatibility! 2015-04-12 21:16:56 -07:00
Ty Overby 31572a2da5 remove use of the unicode library 2015-04-12 21:12:24 -07:00
Ty Overby cb3c84acd6 Merge branch 'master' of github.com:TyOverby/bincode 2015-04-12 21:04:29 -07:00
Ty Overby 92d6b95c2c remove reimplementation of read_exactly 2015-04-12 21:04:15 -07:00
TyOverby be66f5fed4 change wording of some docs 2015-04-07 13:35:11 -07:00
Ty Overby fb0751ac2e bump version 2015-04-03 17:10:39 -07:00
Ty 775df5a971 Merge pull request #31 from jmesmon/me/refbox-debug
refbox: add Debug impl
2015-04-03 16:56:51 -07:00
Cody P Schafer 6240bcfc31 refbox: add Debug impl 2015-04-03 15:42:18 -04:00
Ty Overby 86f7a2795f bump version to 0.1.0 2015-04-03 11:49:40 -07:00
Ty Overby e5d0c33acd update for rustc 2015-04-02 12:24:05 -07:00
Ty Overby 6bc25f21db bump version number 2015-04-02 08:49:47 -07:00
Ty fdb5de2631 Merge pull request #28 from mikedilger/rustc_changes
Fix for upstream rustc changes
2015-03-31 14:38:53 -07:00
Mike Dilger a92429505a Update full slice syntax 2015-04-01 08:54:58 +13:00
Mike Dilger 883b1097ab Fix for upstream rustc changes 2015-04-01 08:41:50 +13:00
Ty Overby a24d54a915 Merge branch 'master' of github.com:TyOverby/bincode 2015-03-26 10:35:43 -07:00