Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.