An open API service indexing awesome lists of open source software.

https://github.com/aliezzahn/problems

Rust library for code problems
https://github.com/aliezzahn/problems

Last synced: 2 months ago
JSON representation

Rust library for code problems

Awesome Lists containing this project

README

        

# problems

Rust library for code problems

![CI](https://github.com/aliezzahn/problems/actions/workflows/ci.yml/badge.svg)
![CD](https://github.com/aliezzahn/problems/actions/workflows/cd.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Description

Rust library for code problems

## Getting Started

Rust library for code problems

### Prerequisites

- Rust (https://www.rust-lang.org/tools/install)

### Installation

1. Clone the repository:

```sh
git clone https://github.com/aliezzahn/problems.git
cd problems
```

2. Build the project:

```sh
cargo build
```

3. Run the project:
```sh
cargo run
```

## Running the tests

To run tests, use the following command:

```sh
cargo test
```