摘要:
#[cfg(debug_assertions)] macro_rules! debug { () => (std::println!()); ($($arg:tt)*) => ({ println!($($arg)*); }) } #[cfg(not(debug_assertions))] macr 阅读全文
posted @ 2021-02-10 15:19 DotNet1010 阅读(996) 评论(0) 推荐(0)
|
|
|
|
摘要:
#[cfg(debug_assertions)] macro_rules! debug { () => (std::println!()); ($($arg:tt)*) => ({ println!($($arg)*); }) } #[cfg(not(debug_assertions))] macr 阅读全文
posted @ 2021-02-10 15:19 DotNet1010 阅读(996) 评论(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 阅读(55) 评论(0) 推荐(0) |
|