3 unstable releases

0.2.0 Dec 10, 2023
0.1.1 Nov 12, 2023
0.1.0 Nov 5, 2023

#1087 in Data structures

Download history 6/week @ 2024-02-17 26/week @ 2024-02-24 1/week @ 2024-03-02 8/week @ 2024-03-09 2/week @ 2024-03-16 42/week @ 2024-03-30 11/week @ 2024-04-06

61 downloads per month

MIT license

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.

GitHub GitHub code size in bytes

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.

No runtime deps