加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
探路人 提交于 2021-02-03 04:48 . update
[package]
name = "snowflake"
version = "0.1.5"
authors = ["xugy <xugy@xugy.org>"]
repository = "https://github.com/Aura-Co/snowflake.git"
homepage = "https://github.com/Aura-Co/snowflake.git"
license = "MIT"
readme = "README.md"
documentation = "https://github.com/Aura-Co/snowflake/blob/master/README.md"
description = "The rust-lang implementation of Twitter's id generator algorithm snowflake, it thread safety | Twitter 的id生成器算法snowflake的rust-lang 实现"
[dependencies]
time = "0.1.39"
#error-chain = "0.11.0"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化