Richterrettich / rpm-rs

A pure rust library for building and parsing RPM's
Other
39 stars 18 forks source link

feat: Add async methods #44

Closed Richterrettich closed 2 years ago

Richterrettich commented 2 years ago

This is for tokio only at the moment until traits like AsyncRead,AsyncWrite and Stream are in std and stable.