Commit Graph
35 Commits
Author SHA1 Message Date
Andrew Hobden e4fd392458 Add Read and Write to RingBuf 2015-03-30 14:42:59 -07:00
Carl Lerche 74a59c66b4 Bump version to v0.2.2 2015-03-28 17:00:59 -07:00
Carl Lerche 805b15e517 Track Rust nightlies 2015-03-28 16:56:53 -07:00
Carl Lerche 54f98821f3 Bump version to 0.2.1 2015-03-25 12:55:36 -07:00
Carl Lerche 8f526231d8 Track Rust nightlies 2015-03-25 12:44:38 -07:00
Carl Lerche 53624038ad Bump version to 0.2.0 2015-03-24 22:28:09 -07:00
Carl Lerche 83680dda27 Implement Source for std::io::Read 2015-03-24 22:10:29 -07:00
Florian Hartwig bb1227116b Fix panics on operations on 0-capacity RingBuf 2015-03-25 01:11:25 +01:00
Carl Lerche 68a0abf687 Implement slice for small ByteStr 2015-03-23 23:38:53 -07:00
Carl Lerche bd2c643e17 Flesh out ToBytes, ByteStr::concat, and ByteStr eq 2015-03-23 23:22:21 -07:00
Carl Lerche a87dea0bd4 Track Rust master 2015-03-23 17:12:39 -07:00
Florian Hartwig 3f9b7f6d46 Fix errors and warnings with current rust nightly 2015-03-19 16:23:29 +01:00
Carl Lerche e806a59b4a Fix deprecation warnings 2015-03-09 22:30:41 -07:00
Florian HartwigandCarl Lerche 6f00c6117b Remove RingBufReader and RingBufWriter types 2015-03-09 22:24:42 -07:00
Carl Lerche 113bff22c6 Fix a couple of bugs 2015-03-09 22:21:10 -07:00
Carl Lerche b7c7ff5ab6 Bump version to 0.1.3 2015-02-17 15:04:04 -08:00
Florian HartwigandCarl Lerche 7e02c29e85 Remove unnecessary Send impl 2015-02-17 14:10:07 -08:00
Carl Lerche 7444721d98 Implement Debug for Bytes 2015-02-17 12:40:15 -08:00
Carl Lerche e39ba25a95 Implement Read / Write for Buf types 2015-02-16 20:30:04 -08:00
Carl Lerche 1f1aa36547 Bump version to 0.1.2 2015-02-15 14:54:38 -08:00
Carl Lerche a3fea6b1e2 Add io feature 2015-02-14 19:47:31 -08:00
Carl Lerche d7a9e9ffc9 Temporarily remove iobuf from deps 2015-02-14 19:46:18 -08:00
Valerii Hiora 1442ad219c Fixed error on Rust master - no drop flag requires feature 2015-02-13 09:50:53 +02:00
Carl Lerche 4ebffd0103 Add more documentation 2015-02-11 10:04:31 -08:00
Carl Lerche 66c00aaf72 Bump version 2015-02-10 19:35:37 -08:00
Carl Lerche 974043bd13 Add read_byte and write_byte 2015-02-10 19:29:39 -08:00
Carl Lerche 053b97a6e7 Update Cargo.toml v0.1.0 2015-02-09 23:36:43 -08:00
Carl Lerche 00ac4b519f Add a license file 2015-02-09 22:53:22 -08:00
Carl Lerche 72f3e4c0d5 Add a link to the documentation 2015-02-09 22:47:53 -08:00
Carl Lerche ca0e971002 Automatically update docs 2015-02-09 22:40:19 -08:00
Carl Lerche 17637665e9 Add a quick benchmark 2015-02-09 22:20:55 -08:00
Carl Lerche 7276213c43 Add travis build info in the Readme 2015-02-09 21:33:00 -08:00
Carl Lerche a88a7fae3c Integrate with Travis CI 2015-02-09 21:27:50 -08:00
Carl Lerche 3c4ebb85f0 WIP - Implement abstractions for working with bytes 2015-02-09 21:24:53 -08:00
Carl Lerche 52aeab40ee Initial commit 2015-01-30 00:04:33 -08:00