This little library provides a trait that ensures elements in a vector are pushed in a sorted order.
```rust
use ordered_vec::OrdVec;
fn main() {
}
```
This library is licensed under [MIT](https://opensource.org/licenses/MIT) and [Apache-2.0](https://opensource.org/licenses/Apache-2.0).