rust-lib

Crates.iorust-lib
lib.rsrust-lib
version0.1.1
sourcesrc
created_at2022-08-27 05:55:32.004878
updated_at2022-08-27 06:41:03.424183
descriptionA rust lib template that can publish to crates.io
homepage
repositoryhttps://github.com/Zerounary/rust-lib.git
max_upload_size
id653291
size6,934
Zerounary (Zerounary)

documentation

README

Rust lib

A rust lib tempalte that can publish to crates.io

  • init lib property in Cargo.toml
  • collect many commonly crates [TODO]

libs

  • anyhow
  • thiserror
  • serde_json
  • itertools
  • derive_builder
  • linked_hash_set

Usage

Publish

refer to how to publish rust lib to crates.io | 如何发布自己的Rust库到crates

Commit count: 6

cargo fmt