Skip to content

configure: add rust (--enable-rust) modules

Loïc requested to merge loic/vlc:rust-for-vlc.configure into master

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.

Merge request reports