#study #docs #org-book #示例代码书写

bin+lib study-rust-example

a study example

1 unstable release

0.1.0 Sep 13, 2023

#14 in #study

MIT license

66KB
1.5K SLoC

study-rust-example


lib.rs:

Study Rust example Crate

Study Rust example 是按照The Rust Programming Language这本书的章节的示例进行学习的代码部分

  • 每个章节为一个模块,特殊的章节除外比如test、文档注释都是写在之前的示例上进行展示;
  • 每个章节的每一小节为一个子模块,模块树对应目录,每个子模块暴露一个公共的方法用于main函数进行调用测试

Dependencies

~4–6MB
~190K SLoC