rust-cgi icon indicating copy to clipboard operation
rust-cgi copied to clipboard

Is this repo still maintained?

Open staktrace opened this issue 2 years ago • 3 comments

Hi,

I'm wondering if this crate is still maintained? I see @badboy forked and published a new cgi2 crate recently, not sure if those changes are planned to be upstreamed back here or not.

For myself, I'm looking at using this crate and will want to make some changes, so I wanted to know if I should try to upstream my changes either here or to @badboy's fork (which currently doesn't allow issues on the github repo) or fork my own.

For context, the specific changes I want (so far) are to make the request-parsing code fallible, so that if required env vars are not present, it calls a user-provided error handler rather than panicking.

staktrace avatar Jan 04 '24 14:01 staktrace

fwiw, I really only did the fork because I wanted to get it out of the door and write my blog post. I won't maintain much more beyond that (I should probably add a note to my repo though). If amandasaurus is up for it, I'd much rather upstream my changes and drop my fork again.

badboy avatar Jan 05 '24 21:01 badboy

@amandasaurus I'd love to hear from you on this. I'm happy to take over maintenance duties on this crate if you'd prefer that, as I plan to use it pretty heavily.

staktrace avatar Jan 06 '24 01:01 staktrace

Having not heard back I will start maintaining my own fork of this. I plan to publish it to crates.io under the name rust-cgi. Code will live at https://github.com/staktrace/rust-cgi

I'll leave this issue open for others to see in case they have the same question.

staktrace avatar Jan 20 '24 18:01 staktrace