snipsco / snips-nlu-rs

Snips NLU rust implementation
https://snips.ai
Other
340 stars 56 forks source link

Migration to Rust 2018 #104

Closed klefevre closed 5 years ago

klefevre commented 5 years ago

Update repo to use 2018 edition of Rust.

No logical changes here, the principal issue was the declaration/usage of internal modules.

In addition of this change, I've fixed some clippy issues and brung back the Cargo.toml workspace as we don't depend anymore on this crate by submodule (no more workspace conflicts).