Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update repo url | Brian Cully | 2022-10-12 | 1 | -1/+1 |
| | |||||
* | Remove `Sync` marker for Reader/Writer.v0.3.0 | Brian Cully | 2019-09-02 | 1 | -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.0 | Brian Cully | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | Version bump to 0.1.1.v0.1.1 | Brian Cully | 2019-08-13 | 1 | -1/+1 |
| | | | | | | * Add more documentation. * Add `Iterator` implementation. * Optimize indexing by using unchecked variants. | ||||
* | Initial commit.v0.1.0 | Brian Cully | 2019-08-04 | 1 | -0/+9 |