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
Ty Overby
873815ab0a
prepare for newio
2015-02-16 11:33:21 -08:00
Ty Overby
b15b85797e
added doc icon
2015-02-15 12:56:42 -08:00
Ty Overby
bffe2dfeeb
Merge branch 'master' of github.com:TyOverby/bincode
...
Conflicts:
readme.md
2015-02-15 12:44:32 -08:00
Ty Overby
2291af38b6
floating logo
2015-02-15 12:44:11 -08:00
Ty
b5561d1706
Float image to the right
2015-02-15 12:39:26 -08:00
Ty Overby
1273f6ddf3
add logo
2015-02-15 12:36:44 -08:00
Ty Overby
03966150c6
emit str using write_all
2015-02-09 18:19:23 -08:00
Ty Overby
15e7672703
prepare for the new io library
2015-02-09 14:56:40 -08:00
Ty Overby
793588edae
update readme
2015-02-07 19:03:17 -08:00
Ty Overby
2f3860ddab
clean up tests
2015-02-07 18:25:28 -08:00
Ty Overby
58c3c65eea
fix size estimation, add tests
2015-02-07 18:10:12 -08:00
Ty Overby
64a8877c55
add another test and change Show -> Debug
2015-02-05 01:18:44 -08:00
TyOverby
5952c3adb0
update for stdlib
2015-01-28 13:01:11 -08:00
Ty Overby
85d4147c50
version = 0.0.7
2015-01-24 19:36:55 -08:00
Ty
32f772328e
Merge pull request #18 from csherratt/master
...
Update to latest nightly.
2015-01-24 16:45:25 -08:00
Colin Sherratt
6a9011d2e3
Update to using Debug over Show.
...
Update the Error impls.
2015-01-24 19:27:19 -05:00
Ty
a2bec8c7f7
Merge pull request #17 from nyx/patch-1
...
fixed a readme typo
2015-01-20 20:50:40 -08:00
Andrew Andkjar
2d7c25ad1e
fixed a readme typo
2015-01-20 17:21:30 -05:00
TyOverby
0e044483ee
Fix doc tests.
2015-01-16 13:25:55 -08:00
TyOverby
aeaa4aafd4
Merge branch 'master' of github.com:TyOverby/bincode
2015-01-16 13:21:46 -08:00
TyOverby
89a6b007b1
add encoded_size function
2015-01-16 13:21:35 -08:00
Francesco Mazzoli
eb933c9f89
`std::fmt::String` impls.
2015-01-15 02:24:36 +01:00
Ty Overby
54061d5eff
Add more documentation and a doc example
2015-01-13 13:37:53 -08:00
Ty Overby
1669ea6585
mark for new version
2015-01-09 15:15:38 -08:00
TyOverby
97e675ac06
Merge branch 'master' of github.com:TyOverby/bincode
...
Conflicts:
src/writer.rs
2015-01-09 12:58:04 -08:00
TyOverby
6fe6e8d251
update for 1.0.0-alpha
2015-01-09 12:51:58 -08:00
Ty Overby
c7ed0e106c
`decode` takes a slice rather than a vec.
...
Also added comments for the main functions.
2015-01-08 23:32:21 -08:00
Ty Overby
08e726cb10
Added size checking on serialization.
...
Specifying a bound on serialization is optional, so when specified, it
will run a pass over the object and make sure that the serialized object
will fit into the required amount of bytes.
2015-01-08 22:32:59 -08:00