Pauan / rust-signals

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

Added From impls for all the Mutable* types #71

Closed JedimEmO closed 1 year ago

JedimEmO commented 1 year ago

I didn't deprecate the old constructors, seems reasonable to me to keep them. Let me know if I should deprecate them in this PR

Pauan commented 1 year ago

Thanks! Please don't bump the version, I do that before releasing.

JedimEmO commented 1 year ago

gotcha! unbumped the version. also removed the date from the changelog, and made the Mutable From impl similar to the rest