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

https://github.com/mailund/stralg-in-rust

String algorithms for educational purposes
https://github.com/mailund/stralg-in-rust

Last synced: about 1 month ago
JSON representation

String algorithms for educational purposes

Awesome Lists containing this project

README

        

# `stralg-in-rust`

[![Build Status](https://github.com/mailund/stralg-in-rust/actions/workflows/rust.yml/badge.svg)](https://github.com/mailund/stralg-in-rust/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/mailund/stralg-in-rust/branch/main/graph/badge.svg)](https://codecov.io/gh/mailund/stralg-in-rust)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/869ee7d800134b588603ccb6d72cb662)](https://app.codacy.com/gh/mailund/stralg-in-rust/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

String algorithms in Rust for educational purposes