rustml icon indicating copy to clipboard operation
rustml copied to clipboard

Machine learning in Rust.

Results 2 rustml issues
Sort by recently updated
recently updated
newest added

When building on the OS X 10.12.6 Sierra, I get this error: ld: library not found for -lopencv_imgcodecs I have the `opencv` library installed via homebrew although my version seemed...

Hey I'm pretty new with rust so this could be a non issue, but I was trying to use this library and test out the example code: ``` #[macro_use] extern...