AtheMathmo / rusty-machine

Machine Learning library for Rust
https://crates.io/crates/rusty-machine/
MIT License
1.25k stars 153 forks source link

Update rand to 0.7 and add wasm-bindgen feature enabling corresponding rand feature #205

Open DenialAdams opened 5 years ago

DenialAdams commented 5 years ago

This enables the use of rusty-machine inside of WASM.

Thanks!

DenialAdams commented 5 years ago

Ah, I didn't try compiling with features, so some more updates have to be made. I'll try to tackle that in a bit.

DenialAdams commented 4 years ago

@AtheMathmo sorry for the long delay, but this should work for all features now. This updates rand to 0.7, which should be a nice boon for users, and allows rusty-machine to be used in WASM