This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
26,781
Commits
2
Branches
0
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
David Tolnay
b68f5311b5
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:06:44 -08:00
Amos Wenger
816f7fe12a
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
Peh
1f011fa4a3
style: rename crates to kebab case
2022-05-01 10:48:58 +00:00