voracious 0.4.1

VOR signal decoder for aviation navigation
Documentation
1
2
3
4
5
6
7
use std::env;

fn main() {
    if env::var("CARGO_CFG_TARGET_ENV").as_deref() == Ok("msvc") {
        println!("cargo:rustc-link-arg=/stack:{}", 8 * 1024 * 1024);
    }
}