mutcrab 0.1.1

This is a library written in rust that contains various classic data structures
Documentation
[dependencies]

[lib]
name = "mutcrab"
path = "src/lib.rs"

[package]
authors = ["Harbby <yezhixinghai@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This is a library written in rust that contains various classic data structures"
edition = "2024"
license-file = "LICENSE"
name = "mutcrab"
readme = "README.md"
repository = "https://github.com/harbby/mutcrab"
version = "0.1.1"

[[test]]
name = "hashmap_test"
path = "tests/hashmap_test.rs"

[[test]]
name = "linked_blocking_queue_test"
path = "tests/linked_blocking_queue_test.rs"

[[test]]
name = "linkedlist_test"
path = "tests/linkedlist_test.rs"

[[test]]
name = "safe_box_hashmap_test"
path = "tests/safe_box_hashmap_test.rs"