A libary for Rust data structure.
To use this library, follow these steps:
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.
Save the Cargo.toml
file after adding the dependency.
Open your terminal and navigate to your project's root directory. Run the following command to fetch and build the library:
cargo build
Now that you have the library installed, you can import and use it in your Rust code:
use RustyDSA;
We welcome contributions! If you'd like to contribute to this Rust project, please follow these steps:
- Fork the repository and create a new branch.
- Make your changes and test thoroughly.
- Submit a pull request, describing the changes you've m