Crates.io | nexum |
lib.rs | nexum |
version | 0.2.0 |
source | src |
created_at | 2023-11-05 00:20:36.444065 |
updated_at | 2023-12-10 20:08:13.441769 |
description | Library with a collection of commonly used data structures |
homepage | |
repository | |
max_upload_size | |
id | 1025659 |
size | 50,870 |
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.
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"
For in-depth information about how to use Nexum and its features, please refer to the library's documentation available here.
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.
Nexum is released under the MIT License. Please review the license file for details.