Shuttle Rust Crossword
Across
- 4. The mascot of Rust
- 7. Rust build system and package manager
- 8. Name of the Rust code formatter
- 9. A popular Rust web framework
- 12. Toolchain where the latest Rust features can be tested
- 14. Corporate incubator of Rust
- 15. Marks type as able to be sent to other threads
- 17. Crate for handling asynchronous programming in Rust
- 18. Top level domain of Rust’s main package registry
- 19. Rust's enum type that can be either Ok or Err
- 20. A Rust feature ensuring memory safety without runtime overhead
Down
- 1. Macro used for printing to the standard output
- 2. Rocket middleware
- 3. Marks type as able to be shared between threads
- 5. General name for an argument in an Axum handler function
- 6. Rust’s mechanism for introducing breaking changes without breaking old code
- 10. Rust's alternative to the 'null' value
- 11. Author of Zero to Production
- 13. A Rust keyword for disabling memory safety
- 16. Mascot of Rust’s inferior rival