Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/semtexzv/rpmtools


https://github.com/semtexzv/rpmtools

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# RPM Tools
Tools for working with RPM repositories using rust. Current components include:
* [RpmRepo](https://github.com/semtexzv/rpmtools/tree/master/repo) - Type definitions for parsing RPM repositories
* [RpmSync](https://github.com/semtexzv/rpmtools/tree/master/sync) - Low overhead library for streaming processing of repositories
* [BinDB](https://github.com/semtexzv/rpmtools/tree/master/bindb) - Minimalistic typed key-value database for storing arbitrary
rust types in performant and safe manner.