nexum

Crates.ionexum
lib.rsnexum
version0.2.0
sourcesrc
created_at2023-11-05 00:20:36.444065
updated_at2023-12-10 20:08:13.441769
descriptionLibrary with a collection of commonly used data structures
homepage
repository
max_upload_size
id1025659
size50,870
Thiago S. Marcelino (ThiagoDSMarcelino)

documentation

README

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.

Commit count: 0

cargo fmt