Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semtexzv/rpmtools
https://github.com/semtexzv/rpmtools
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/semtexzv/rpmtools
- Owner: semtexzv
- Created: 2020-10-08T12:34:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T07:26:39.000Z (over 3 years ago)
- Last Synced: 2024-10-11T22:12:18.776Z (28 days ago)
- Language: Rust
- Size: 85.9 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.