| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Documentation. | Brian Cully | 2019-08-13 | 1 | -0/+19 |
| | | |||||
| * | Add iterator implementation. | Brian Cully | 2019-08-13 | 1 | -4/+28 |
| | | |||||
| * | Use get_unchecked for backing array access. | Brian Cully | 2019-08-13 | 1 | -4/+8 |
| | | | | | | The index is guaranteed to be in bounds because it's always modulo the array capacity, so use the unchecked variants to get/set values. | ||||
| * | Initial commit.v0.1.0 | Brian Cully | 2019-08-04 | 6 | -0/+1076 |
