thirdpass-rs 0.2.0

Rust ecosystem extension for the Thirdpass package review system.
Documentation
1
2
3
4
5
6
use thirdpass_core::extension::FromLib;

fn main() {
    let mut extension = thirdpass_rs_lib::RsExtension::new();
    thirdpass_core::extension::run_command(&mut extension).unwrap();
}