milibopp / carboxyl

Functional Reactive Programming library for Rust
Mozilla Public License 2.0
406 stars 19 forks source link

Move to stable Rust #88

Closed milibopp closed 9 years ago

milibopp commented 9 years ago

Removes usage of experimental features arc_weak, fnbox and test in src/ directory. Benchmarks still use test.

mitchmindtree commented 9 years ago

W00t :)

milibopp commented 9 years ago

I know, it was about time… Should be finally available in Rust 1.5, now that weak pointers are stable. ;)