issues
search
SteadBytes
/
bisection
Rust implementation of the Python bisect module
2
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix integer overflow in midpoint calculation
#5
musicinmybrain
opened
7 months ago
0
Add a LICENSE file (fix #3)
#4
musicinmybrain
opened
7 months ago
0
Please add a license file
#3
musicinmybrain
opened
7 months ago
0
`let mid = (lo + hi) / 2;` Overflows
#2
kaltu
opened
11 months ago
2
Support for PartialOrd types
#1
akurmustafa
opened
2 years ago
1