superslice

Crates.iosuperslice
lib.rssuperslice
version1.0.0
sourcesrc
created_at2018-02-09 21:22:10.738483
updated_at2019-02-07 19:57:57.407285
descriptionExtensions for slices
homepagehttps://github.com/alkis/superslice-rs
repositoryhttps://github.com/alkis/superslice-rs
max_upload_size
id50401
size38,774
topojson-publishers (github:georust:topojson-publishers)

documentation

README

This crate provides extensions for slices.

Build Status Latest Version

Licensed under APACHE-2.

Documentation

https://docs.rs/superslice

Installation

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

[dependencies]
superslice = "1"

and augment slices by using its Ext trait:

extern crate superslice;

use superslice::*;

Now you can enjoy high performance of common algorithms on slices:

  • lower_bound
  • upper_bound
  • equal_range

Why isn't this part of the standard library?

Worry not, work is on the way:

Commit count: 21

cargo fmt