#structure #libary

bin+lib RustyDSA

A libary for Rust data structure

1 unstable release

0.1.2 Aug 20, 2023
0.1.1 Aug 14, 2023
0.1.0 Aug 14, 2023

#887 in Data structures

34 downloads per month

MIT license

16KB
246 lines

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

No runtime deps