ordslice

Crates.ioordslice
lib.rsordslice
version0.3.0
sourcesrc
created_at2017-11-07 00:43:44.994347
updated_at2018-02-09 21:09:37.810209
descriptionExtensions for ordered slices
homepagehttps://github.com/alkis/ordslice-rs
repositoryhttps://github.com/alkis/ordslice-rs
max_upload_size
id38393
size31,065
topojson-publishers (github:georust:topojson-publishers)

documentation

README

This crate provides extensions for ordered slices.

Build Status Latest Version

Licensed under APACHE-2.

Deprecated

This crate is deprecated and replaced by superslice.

Documentation

https://docs.rs/ordslice

Installation

This crate works with Cargo and is on crates.io. Add it to your Cargo.toml:

[dependencies]
ordslice = "1"

and augment slices by using its Ext trait:

extern crate ordslice;

use ordslice::Ext;

Now you can enjoy super fast lower_bound, upper_bound, and equal_range.

Why isn't this part of the standard library?

Worry not, work is on the way:

Commit count: 21

cargo fmt