Richterrettich
Richterrettich
Yes, I think a reader based approach would be nice. Do you want to tackle this?
Nice, but please do the restructuring in a separate PR since it is easier to review then.
I have no idea what parameter we should accept for this function though. The current sync version relies on the `BufRead` trait as a source for the RPM. AFAIK there...
Yes, I'll add some documentation about it.
I am also in favour of the first solution since it is the simplest. Creating an extra type for the archive itself could be beneficial. The signature can only be...
> Not sure there is really a point in resetting the out part, if it's not rpm, we would dump it anyways? Creating and cleaning `out` is the responsibility of...
Okay, I just thought about how to make this more barable. We could introduce a type called `RPMProcessor` that is responsible for processing the RPM. This type can have multiple...
Okay, I'll implement this. > Also note that iirc the pgp could not handle this, since it does not have a stream processing API and would make the whole effort...
Hi! so you mean that rpm-rs should have an optional feature to use librpmbuild-sys as a backend?
I am open to the idea. If you want, you can sketch a PR. I think we need some sort of a proof of concept to see if this makes...