Skip to content

mefreanzy/RustyDSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages