rust_study1 0.1.0

Second study project of Rust: a Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
rust_study1
====

介绍
----

Rust学习项目1

2022-02-21
----

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

2022-02-22
----

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