##// END OF EJS Templates
rust: implement the `Graph` trait for all revlogs...
rust: implement the `Graph` trait for all revlogs This is trivial and makes all the algorithms relying on the trait usable for more use cases.

File last commit:

r45179:1f5ab1a9 default
r51871:27e773aa default
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}