pdeljanov / Symphonia

Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Mozilla Public License 2.0
2.28k stars 133 forks source link

:rotating_light: Help Wanted: Looking for co-maintainers #203

Open pdeljanov opened 1 year ago

pdeljanov commented 1 year ago

Hi All,

As some of you may have noticed, my response time to new issues and pull requests has been slow.

This is mainly for two reasons. First, over the last year, I have taken on significant new responsibilities at my full-time job. Second, with the pandemic finally having wound down, I've been exploring some hobbies and interests away from the PC. These two factors mean the time I have to work on Symphonia has shrunk dramatically.

I am still very interested in working on Symphonia, however, I do not think I have the ability to both sustain and evolve the project by myself.

Therefore, I am looking for 2-3 individuals who would like to take on the responsibility of helping maintain Symphonia.

I believe my time is best spent evolving Symphonia (e.g., version 0.6 API updates), or implementing new codec & format support. So, I am mainly looking to offload most of the sustaining work (please see the responsibilities below). Of course, feel free to scratch your own itches as well. :)

Initially, I will still want to have the final say on all changes made to the project. However, in the long-term, after rapport and trust is built, I would like to migrate the project over to an organization and share write access to the repository.

If you are interested in Rust, multimedia, and Symphonia, please consider volunteering and leave a message below.

Thank you!

Responsibilities

dedobbin commented 1 year ago

I'm willing to give this a shot. So far i've been successful in understanding the general structure of the project and am capable of working on features by going off official specs, and using the existing architecture.

The main disclaimer i have to make that i'm not a professional rust developer, and do have limited time learning the ins and outs of rust. Working with Symphonia has allowed me to gain a lot better understanding though, so i think there is a mutual benefit.

If you are ok with initially having lot's of back and forth regarding the context of PRs and specific parts of code i think we can make this work.

pdeljanov commented 1 year ago

Thanks @dedobbin!

I think we're lucky in that Symphonia is fairly "basic" Rust code, but we just have a lot of it. 😉

Any help is appreciated!

chris-ha458 commented 1 year ago

for maintain code quality : would periodically running cargo fmt and cargo clippy and then applying as necessary and applicable (learning the code to understand why it might have been written that way in the first place of course) be helpful?