issues
search
jhpratt
/
deranged
Proof of concept ranged integers in Rust.
Apache License 2.0
38
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Change the `Option` types' `is_some` and `is_none` methods to take `&self` (by reference) rather than `self` (owned value)
#16
babichjacob
opened
15 hours ago
2
`OptionRanged`[something]'s `is_none` and `is_some` methods take ownership of the value
#15
babichjacob
opened
1 day ago
2
Dynamic deranged
#14
Zizico2
closed
9 months ago
9
feat: wrapping sub
#13
Easyoakland
closed
11 months ago
3
Possibility to have a float version
#12
xfbs
closed
10 months ago
4
Remove unnecessary uses of `unsafe`
#11
nakedible
closed
8 months ago
4
Consider creating a safe version of this library
#10
nakedible
closed
8 months ago
4
wrapping add
#9
Easyoakland
closed
1 year ago
7
Implement `from_str_radix`
#8
TonalidadeHidrica
closed
1 year ago
2
Implement `Bounded`
#7
WhyNotHugo
closed
2 years ago
4
Implement ranged `char` type
#6
TonalidadeHidrica
closed
2 years ago
1
Implement `FromStr`
#5
TonalidadeHidrica
closed
2 years ago
10
Fixed the bug of `TryFrom`
#4
TonalidadeHidrica
closed
2 years ago
1
Add USize and ISize types
#3
shelvacu
closed
3 years ago
4
Third-party trait support
#2
jhpratt
closed
3 years ago
0
Add support for `BigInt`/`BigUint`
#1
jhpratt
closed
2 years ago
2