- Rust Standard Library Cookbook
- Jan Nils Ferner Daniel Durante
- 52字
- 2021-08-27 19:45:08
Getting started
The code in this recipe might be small, but it will look like gibberish if you're not familiar with macros. If you have not yet learned about macros or need a refresh, I recommend that you take a quick look at the relevant chapter in the official Rust book (https://doc.rust-lang.org/stable/book/first-edition/macros.html).