aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* update version to 0.3.1HEADv0.3.1mainBrian Cully2022-10-121-1/+1
|
* update repo urlBrian Cully2022-10-121-1/+1
|
* Remove `Sync` marker for Reader/Writer.v0.3.0Brian Cully2019-09-021-1/+1
| | | | | | | | These are not sync, as they can only be used from one thread at a time. Also add a `Send` trait for `RingBuffer`, as long as its element type is also `Send`.
* Version bump to 0.2.v0.2.0Brian Cully2019-08-141-1/+1
|
* Version bump to 0.1.1.v0.1.1Brian Cully2019-08-131-1/+1
| | | | | | * Add more documentation. * Add `Iterator` implementation. * Optimize indexing by using unchecked variants.
* Initial commit.v0.1.0Brian Cully2019-08-041-0/+9