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
21,784
Commits
2
Branches
0
Tags
1.4
GiB
617850131b
Commit Graph
2 Commits
Author
SHA1
Message
Date
Erick Tryzelaar
68f40d215e
std: Rename Iterator.transform -> .map
...
cc
#5898
2013-08-10 07:33:21 -07:00
Huon Wilson
e995d9935b
syntax: implement cfg!() which evaluates to true/false where #[cfg] would keep/remove.
...
Example: if cfg!(test) { calculation_to_run_only_when_testing(); }
2013-08-01 23:03:03 +10:00