Commit Graph

238 Commits

Author SHA1 Message Date
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
Ty Overby 1d5761f134 bump version number 2015-03-26 10:35:31 -07:00
Ty 97f2a6ad3d Merge pull request #26 from mikedilger/encoding_error_derive
Derive Clone,PartialEq for EncodingError
2015-03-25 22:20:12 -07:00
Mike Dilger fcc64883b6 Derive Clone,PartialEq for EncodingError 2015-03-26 15:55:03 +13: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
Ty Overby 575002877b removed warnings 2015-03-23 10:36:29 -07:00
Ty ff484bd667 Merge pull request #24 from jeremyjh/patch-1
bump byteorder dependency to 0.3.1
2015-03-22 13:35:21 -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
Ty Overby bf4d6f637b clean up wording of docs 2015-03-08 15:42:35 -07:00
Ty Overby 0ebd6a2b0f Revert "documentation auto update"
This reverts commit 70fc9ca8b3.
2015-03-08 15:09:41 -07:00
Ty Overby 70fc9ca8b3 documentation auto update 2015-03-08 15:09:20 -07:00
Ty Overby ff8e76621e documentation auto update 2015-03-08 15:04:27 -07:00
Ty 1b8250fcd1 Merge pull request #23 from jmesmon/no-bufread
Don't require BufRead, only Read
2015-03-02 14:58:01 -08:00
Cody P Schafer b9f201c792 Don't require BufRead, only Read
While BufRead is preferable to avoid dog-slow performance, requiring
when no methods are called is also problematic, especially for wrappers
around Read that shouldn't necessarily need to know they're wrapping
BufRead.
2015-03-02 17:23:10 -05:00
Ty Overby 5f85e9b19a Use new io, update for rustc changes 2015-02-21 21:42:59 -08:00
Ty Overby a38f8bc2c7 fix deps 2015-02-21 21:08:25 -08:00
Ty Overby 28b5007731 mark new version 2015-02-21 21:05:30 -08:00
Ty Overby 29fde1b72f ignore doctests in refbox 2015-02-20 08:57:01 -08:00
Ty Overby c0fce3da90 bump version number 2015-02-20 08:49:00 -08:00
Ty Overby 6c6d92ef45 feature new_io 2015-02-20 08:48:48 -08:00
Ty Overby f216e2575a add documentation to refbox 2015-02-18 15:08:03 -08:00
Ty Overby f5111f9476 Add RefBox.
RefBox is a structure for encoding references, and decoding them into
a box.  This makes it easy to nest structures that otherwise would not
be able to be nested and encoded.
2015-02-17 13:18:25 -08:00