pedant-core 0.13.0

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

fn run() {
    let _output = Command::new("ls");
}