This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9b2d03bd60
rust
/
library
/
alloc
History
Download ZIP
Download TAR.GZ
Marijn Schouten
9b2d03bd60
.checked_sub(1).unwrap_or(0) → .saturating_sub(1)
2025-12-24 11:37:54 +00:00
..
src
.checked_sub(1).unwrap_or(0) → .saturating_sub(1)
2025-12-24 11:37:54 +00:00
Cargo.toml
Add panic=immediate-abort
2025-09-21 13:12:18 -04:00