1 Star 0 Fork 0

Chobits/pyinrs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chobits 提交于 2024-12-29 15:40 . update version: v1.8.1 -> v1.9.0
[package]
name = "pyinrs"
version = "1.9.0"
edition = "2021"
license = "MIT"
authors = ["Chen QingYu <[email protected]>"]
description = "A Rust type library that is as easy to use as Python built-in types."
readme = "readme.md"
repository = "https://github.com/chen-qingyu/pyinrs"
keywords = ["type", "python"]
[dependencies]
rand = "0.8"
regex = "1.11"
auto-impl-ops = "0.2"
[dev-dependencies]
rstest = "0.23"
criterion = "0.5"
mymatrix = "0.7"
[[bench]]
name = "benchmark"
harness = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/ChobitsY/pyinrs.git
[email protected]:ChobitsY/pyinrs.git
ChobitsY
pyinrs
pyinrs
main

搜索帮助