Appendix D: Macros The Difference Between Macros and Functions Declarative Macros with macro_rules! for General Metaprogramming Procedural Macros for Custom derive The Future ...
Advanced Features Advanced Features By now, you’ve learned the most commonly used parts of the Rust programming language. Before we do one more project in Chapter 20, we’ll loo...
测试 测试 ch11-00-testing.md commit 4464eab0892297b83db7134b7ace12762a89b389 Program testing can be a very effective way to show the presence of bugs, but it is hopelessly inadeq...
Command line apps in Rust Command line apps in Rust Rust is a statically compiled, fast language with great tooling and a rapidly growing ecosystem.That makes it a great fit fo...
Data Types Scalar Types Integer Types Integer Overflow Floating-Point Types Numeric Operations The Boolean Type The Character Type Compound Types The Tuple Type The Array T...