pedant-core 0.13.0

Analysis engine for pedant: IR extraction, style checks, and capability detection
Documentation
1
2
3
4
5
use reqwest::get;

fn main() {
    let _response = get("https://example.com/build-dep.tar.gz");
}