RustyDSA 0.1.2

A libary for Rust data structure.
Documentation
  • Coverage
  • 70.97%
    22 out of 31 items documented17 out of 25 items with examples
  • Size
  • Source code size: 20.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.56 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mefreanzy

RustyDSA

A libary for Rust data structure.

Getting Started

To use this library, follow these steps:

1. Add Dependency:

Open your project's Cargo.toml file and add the following line under [dependencies] section:

RustyDSA = "x.y.z"

Replace x.y.z with the latest version of your library available on crates.io.

2. Save the File:

Save the Cargo.toml file after adding the dependency.

3. Run Cargo Build:

Open your terminal and navigate to your project's root directory. Run the following command to fetch and build the library:

cargo build

Usage

Now that you have the library installed, you can import and use it in your Rust code:

use RustyDSA;

Contributing

We welcome contributions! If you'd like to contribute to this Rust project, please follow these steps:

  1. Fork the repository and create a new branch.
  2. Make your changes and test thoroughly.
  3. Submit a pull request, describing the changes you've m

License