Skip to content

Commit

Permalink
Prep for publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Steadman <steadmanben1@gmail.com>
  • Loading branch information
SteadBytes committed Sep 2, 2020
1 parent cf93ee8 commit e5550fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[package]
name = "bisect"
name = "bisection"
version = "0.1.0"
authors = ["Ben Steadman <steadmanben1@gmail.com>"]
description = "Rust implementation of the Python bisect module"
categories = ["algorithms", "data-structures"]
keywords = ["bisect", "sorting", "searching", "binary-search"]
repository = "https://github.com/SteadBytes/bisection"
homepage = "https://github.com/SteadBytes/bisection"
readme = "README.md"
license = "MIT"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
proptest = "0.10.0"
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# bisection

![Crates.io](https://img.shields.io/crates/d/bisection)

Rust implementation of the Python [`bisect`
module](https://docs.python.org/3/library/bisect.html).


## Why `bisection`?

`bisect` was [already taken](https://crates.io/crates/bisect) :man_shrugging:

0 comments on commit e5550fd

Please sign in to comment.