Crate dstructs

Crate dstructs 

Source
Expand description

§dstructs

一个高性能的 Rust 数据结构库,提供线程安全和高效的数据结构实现。

§特性

  • 🚀 高性能: 优化的数据结构实现
  • 🔒 线程安全: 支持并发操作的数据结构
  • 🛡️ 内存安全: 100% 安全 Rust 代码,无 unsafe 块
  • 📖 完整文档: 详细的 API 文档和使用示例

§快速开始

use dstructs::prelude::*;

fn main() {
    // 初始化库
    dstructs::init();
     
    // 使用数据结构
    // ... 你的代码
}

§模块

  • core - 核心数据结构实现
  • prelude - 常用类型的重导出

Modules§

core
核心模块
prelude
重导出常用类型

Constants§

VERSION
库的版本信息

Functions§

init
初始化库