| Crates.io | dstructs |
| lib.rs | dstructs |
| version | 0.1.0 |
| created_at | 2025-06-15 06:13:46.493401+00 |
| updated_at | 2025-06-15 06:13:46.493401+00 |
| description | A collection of high-performance data structures for Rust |
| homepage | https://github.com/Adiao1973/dstructs |
| repository | https://github.com/Adiao1973/dstructs |
| max_upload_size | |
| id | 1712974 |
| size | 173,799 |
一个高性能的 Rust 数据结构库,提供线程安全和高效的数据结构实现。
在你的 Cargo.toml 中添加依赖:
[dependencies]
dstructs = "0.1.0"
基本使用:
use dstructs::prelude::*;
fn main() {
// 初始化库
dstructs::init();
// 使用数据结构
// ... 你的代码
}
详细文档请访问 docs.rs/dstructs
本项目基于 MIT 许可证开源。详情请见 LICENSE-MIT 文件。
欢迎提交 Issues 和 Pull requests!