1 Star 0 Fork 0

sighingnow/python-lens

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "python-lens"
version = "0.0.1"
authors = ["Tao He <sighingnow@gmail.com>"]
edition = "2021"
description = "Lens that inspect the internals of CPython objects and the runtime."
documentation = "https://docs.rs/python-lens"
readme = "README.md"
license-file = "LICENSE"
keywords = ["Python", "Internals", "Extension"]
[dependencies]
derive_more = "*"
lazy_static = "*"
pyo3 = { version = "0.16", features = ["extension-module"] }
[lib]
name = "python_lens"
path = "src/lens/lib.rs"
crate-type = ["cdylib"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/sighingnow/python-lens.git
git@gitee.com:sighingnow/python-lens.git
sighingnow
python-lens
python-lens
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385