outbrain / fwumious_wabbit

Fwumious Wabbit, fast on-line machine learning toolkit written in Rust
Other
133 stars 19 forks source link

Correct annotations #121

Closed ggaspersic closed 10 months ago

ggaspersic commented 11 months ago

Rewrote the configuration so that the binary actually uses the dependencies defined in the library. This allows us to have better overview where is what being used.

Also corrected/reduced some imports and the usage of the #[cfg(test)] as in some cases they weren't correct/missing.