Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifthrasiir/rust-sorted
An experimental guaranteed-sorted container for Rust
https://github.com/lifthrasiir/rust-sorted
Last synced: about 2 months ago
JSON representation
An experimental guaranteed-sorted container for Rust
- Host: GitHub
- URL: https://github.com/lifthrasiir/rust-sorted
- Owner: lifthrasiir
- License: mit
- Created: 2014-08-10T18:02:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T14:39:44.000Z (over 10 years ago)
- Last Synced: 2024-10-24T17:17:52.953Z (2 months ago)
- Language: Rust
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Rust-sorted
===========An experimental guaranteed-sorted container.
`SortedVec` and `SortedSlice<'a, T>` are sorted wrappers to `Vec` and `&'a [T]`.
Their methods keep the sortedness or are marked as `unsafe` if they can't.