##// END OF EJS Templates
rust-chg: add state machine to handle "runcommand" request with cHg extension...
rust-chg: add state machine to handle "runcommand" request with cHg extension This is modeled after tokio-hglib's RunCommand state to support the "S" channel message.

File last commit:

r40005:208cb7a9 default
r40011:571d8eb3 default
Show More
build.rs
8 lines | 138 B | application/rls-services+xml | RustLexer
extern crate cc;
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.compile("procutil");
}