导航

2021年2月10日

摘要: #[cfg(debug_assertions)] macro_rules! debug { () => (std::println!()); ($($arg:tt)*) => ({ println!($($arg)*); }) } #[cfg(not(debug_assertions))] macr 阅读全文

posted @ 2021-02-10 15:19 DotNet1010 阅读(885) 评论(0) 推荐(0) 编辑

摘要: https://dev.to/cad97/rust-must-know-crates-5ad8 https://dev.to/search?q=100DayOfRust https://fasterthanli.me/tags/rust 阅读全文

posted @ 2021-02-10 10:01 DotNet1010 阅读(51) 评论(0) 推荐(0) 编辑