Nelson Chen
|
43712ac366
|
Add Debug derivation to structs of the example in README.md (#191)
The `assert_eq!` macro expects its arguments to satisfy the `Debug` trait as if and when it panics, it'll print out the `Debug` representation.
|
2017-07-07 15:52:22 -07:00 |
Tshepang Lekhonkhobe
|
46712f7b13
|
readme: follow idiom (#187)
|
2017-05-31 07:23:04 -07:00 |
Pyfisch
|
e519476633
|
uint -> usize in readme
|
2017-05-13 17:37:46 +02:00 |
zhangsoledad
|
f23e430a88
|
update readme (#146)
|
2017-03-31 09:43:33 -07:00 |
Artyom Kazak
|
dbfa111e2f
|
Fix a typo in the readme (#145)
|
2017-03-25 09:11:49 -07:00 |
slyrz
|
33b07e2bce
|
Make example work with serde (#131)
* Make example work with serde
* Restore asserts
|
2017-03-07 10:14:46 -08:00 |
Kevin M Granger
|
01f13dc1b8
|
Fix small typo in readme: icp-channel -> ipc-channel (#129)
|
2017-03-06 14:38:06 -08:00 |
Ty Overby
|
6ece2f5866
|
Add a "Bincode in the wild" section (#117)
* Add a "Bincode in the wild" section
* Change wording
|
2017-02-23 10:21:19 -08:00 |
Ty Overby
|
24c8ce8b37
|
update example in readme
|
2015-08-12 20:16:30 -07:00 |
Jan-Erik Rediger
|
69fe369775
|
Fixed typos in readme
|
2015-05-04 23:16:19 +02: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 |
Mike Dilger
|
a92429505a
|
Update full slice syntax
|
2015-04-01 08:54:58 +13:00 |
Ty Overby
|
2291af38b6
|
floating logo
|
2015-02-15 12:44:11 -08:00 |
Ty Overby
|
1273f6ddf3
|
add logo
|
2015-02-15 12:36:44 -08:00 |
Ty Overby
|
793588edae
|
update readme
|
2015-02-07 19:03:17 -08:00 |
Andrew Andkjar
|
2d7c25ad1e
|
fixed a readme typo
|
2015-01-20 17:21:30 -05:00 |
Francesco Mazzoli
|
0be3c68164
|
Document some encoding details
Also, update Cargo.toml with my name.
|
2015-01-07 03:49:19 +01:00 |
TyOverby
|
bfbaeaacd1
|
added size-limits to all functions. Currently the size limits aren't actually enforced.
|
2015-01-05 11:19:08 -08:00 |
Ty Overby
|
b873c9e75f
|
added old_orphan_check feature to tests and examples
|
2015-01-03 15:06:43 -08:00 |
Ty Overby
|
0b5b3653e4
|
update readme to reflect library changes
|
2015-01-03 11:31:48 -08:00 |
Ty Overby
|
00929f29dc
|
added a size assertion to the basic example
|
2014-10-27 13:27:44 -07:00 |
Ty Overby
|
ed96883a53
|
changed project name to 'bincode'
|
2014-10-27 09:45:24 -07:00 |
Ty
|
a8edf6cdfd
|
Update readme.md
|
2014-10-11 12:47:18 -07:00 |
Ty Overby
|
65a653590a
|
added travis build badge
|
2014-10-09 22:15:01 -07:00 |
Ty Overby
|
6053ac0711
|
added link to api docs
|
2014-09-17 03:01:26 -07:00 |
Ty Overby
|
6b7239d90f
|
add example subsection
|
2014-09-17 02:51:51 -07:00 |
Ty Overby
|
f7952f8cdb
|
update readme with example and better description
|
2014-09-17 02:44:15 -07:00 |
Ty Overby
|
e13a2a42b1
|
implemented helper functions
|
2014-09-17 01:36:53 -07:00 |
Ty Overby
|
635f81a9a3
|
unfinished readme
|
2014-09-15 18:30:09 -07:00 |