1 unstable release
0.1.1 | Aug 12, 2024 |
---|---|
0.1.0 |
|
#985 in Development tools
5KB
我的第一个crate.io项目
hj_my_crate包是我在学习《The Rust Programming Language》的第14章时创建一个用来练习“将crate发布到crates.io”这个任务的crate。
该章节可以在 https://kaisery.github.io/trpl-zh-cn/ch14-02-publishing-to-crates-io.html找到。
lib.rs
:
My Crate
my_crate
is a collection of utilities to make performing certain calculations more convenient.