web-extensions-rs / web-extensions

Rust wrappers for WebExtensions API
https://crates.io/crates/web-extensions
MIT License
34 stars 6 forks source link

Make the library compile on stable Rust #1

Closed flosse closed 2 years ago

flosse commented 2 years ago

I'd like to use this library with stable Rust, so we need a way to handle the event listeners without #![feature(unsize)] and #![feature(unboxed_closures)].

flosse commented 2 years ago

@rvolosatovs and @Pauan what do you think?