configure: add rust (--enable-rust) modules
This add an --enable-rust
option in the configure that strives to enables pure Rust modules.
This option checks for the presence of cargo (Rust package manager and build system) and assert that the target is Linux x86_64 (temporary limitation).
The option is disable by default.