rust_study1 0.1.0

Second study project of Rust: a Library
Documentation
  • Coverage
  • 0%
    0 out of 20 items documented0 out of 10 items with examples
  • Size
  • Source code size: 3.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hoolheart

rust_study1

介绍

Rust学习项目1

2022-02-21

rust_study0中定义的User结构体和IpAddr枚举引入, 制作一个库, 并包含一个针对User的测试.

2022-02-22

重新组织测试, 分为单元测试和集成测试.