3 unstable releases
0.2.0 | Dec 10, 2023 |
---|---|
0.1.1 | Nov 12, 2023 |
0.1.0 | Nov 5, 2023 |
#2174 in Data structures
24 downloads per month
32KB
779 lines
Nexum
Welcome to Nexum, a powerful data structures library for Rust that offers simple and efficient implementations of fundamental data structures. While some of these data structures may already exist in the Rust Standard Library, Nexum provides a convenient and user-friendly alternative.
Installation
Run the following Cargo command in your project directory:
cargo add nexum
Or add the following line to your Cargo.toml
:
[dependencies]
nexum = "0.1.1"
Documentation
For in-depth information about how to use Nexum and its features, please refer to the library's documentation available here.
Contributing
We welcome contributions to Nexum. If you would like to report a bug, suggest a new feature, or contribute to the project, please check our Contribution Guidelines for details on how to get started.
License
Nexum is released under the MIT License. Please review the license file for details.