RustyDSA

Crates.ioRustyDSA
lib.rsRustyDSA
version0.1.2
sourcesrc
created_at2023-08-14 01:52:58.197778
updated_at2023-08-20 12:13:13.110793
descriptionA libary for Rust data structure.
homepage
repository
max_upload_size
id943792
size20,664
Yiğit Berke TABURLU (mefreanzy)

documentation

README

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

Commit count: 0

cargo fmt