Tags / Rust
- How to find an available TCP port in Rust
- Handling optional trailing commas in macro_rules!
- Introducing iron-middlefiddle: Route specific middleware made easy in Iron
- Setting Iron’s response MIME type with middleware
- How to set up environment varying code in your Rust web app
- Hashing sensitive data in Rust with argon2rs
- Deleting the contents of a directory in Rust
- Matching, saving and replacing text with the regex crate
- The building blocks of a healthy community
- “Write a Fahrenheit to Celsius converter in Rust” solution