Pauan / rust-signals

Zero-cost functional reactive Signals for Rust
MIT License
677 stars 37 forks source link

Consider completing documentation for `SignalExt` #47

Open jquesada2016 opened 3 years ago

jquesada2016 commented 3 years ago

Loving your library!

I do have a lot of questions regarding the API, however, as I am not able to easily infer what the functions in SignalExt do just based on the name and signature, and the tutorial only seems to cover very few of them. Some are documented, but most aren't, such as dedupe() (though this one is mentioned in the tutorial), first(), etc. I would be more than happy to write up docs and examples for each if you would be able to write up a short description for each. If not, I'll just go ahead and read through the source and figure it out, but would be super convenient for other library authors to use it in their projects.

Thanks once again, and greatly appreciate the work you've done thus far!

Pauan commented 3 years ago

This is definitely something I want to do, and it's on my todo list, but I've been quite busy lately.

You can ask any questions in our Discord server.