amadeus 0.4.2

Harmonious distributed data processing & analysis in Rust. parquet postgres aws s3 cloudfront elb json csv logs hadoop hdfs arrow common crawl
Documentation
fn main() {
	println!("cargo:rerun-if-changed=build.rs");

	nightly();
}

#[rustversion::nightly]
fn nightly() {
	println!("cargo:rustc-cfg=nightly");
}
#[rustversion::not(nightly)]
fn nightly() {}