The in-tree UniFFI bindings were regenerated with:
./mach uniffi generate
Differential Revision: https://phabricator.services.mozilla.com/D168060
6 lines
152 B
Rust
6 lines
152 B
Rust
fn main() {
|
|
println!("{:?}", whatsys::kernel_version());
|
|
#[cfg(target_os = "windows")]
|
|
println!("{:?}", whatsys::windows_build_number());
|
|
}
|