StoicDeveloper / mapped_futures

A Rust library for mapping keys for futures, running the futures out of order, and retreiving or stopping them by their key.
GNU General Public License v3.0
4 stars 2 forks source link

MIT/Apache License? #6

Open billylindeman opened 1 month ago

billylindeman commented 1 month ago

Hi @StoicDeveloper, I found this crate from your PR on futures-rs, but this crate is GPL whereas futures-rs is MIT/APACHE.

I'm curious if you would be willing to re-release this crate under a more permissive license like futures-rs?

billylindeman commented 3 weeks ago

@StoicDeveloper bump

StoicDeveloper commented 3 weeks ago

Is there a particular change you want which cannot be released? If that PR ever makes progress then these features will obviously be available under the permissive license anyway.

billylindeman commented 1 week ago

I'm mainly requesting if this crate could be listed as MIT/Apache (ie putting that license in this repo / on cargo) it would be very helpful :) I figured since the core functionality is already available on the more permissive license via the futures-rs PR that you'd consider permitting this crate as MIT/Apache