thirdpass-rs 0.1.0

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

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