prs-rs 2.0.3

High performance compressor/decompressor for the SEGA PRS Compression scheme
Documentation
# prs-rs

[![Crates.io](https://img.shields.io/crates/v/prs-rs.svg)](https://crates.io/crates/prs-rs)
[![Docs.rs](https://docs.rs/prs-rs/badge.svg)](https://docs.rs/prs-rs)
[![CI](https://github.com/Sewer56/prs-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/Sewer56/prs-rs/actions)
[![codecov](https://codecov.io/gh/Sewer56/prs-rs/graph/badge.svg?token=4Xsufoi2VD)](https://codecov.io/gh/Sewer56/prs-rs)

## About

Rust port of SEGA PRS Compression scheme.

You can learn more about this project in the [dedicated documentation page][docs].

## Quick Start

If you want to know how to build/edit/contribute to this project, refer to [the manual](https://reloaded-project.github.io/reloaded-templates-rust/manual/).

## C# Bindings

This project provides C# bindings as [prs_rs.Net.Sys](https://www.nuget.org/packages/prs_rs.Net.Sys).

These are raw bindings to C exports of this Rust library, automatically generated in `src/bindings/csharp/`.

## License

Licensed under [GPL v3 (with Reloaded FAQ)](./LICENSE).

[docs]: https://sewer56.dev/prs-rs/