##// END OF EJS Templates
rust-config: add docstring to inner `get_parse` method...
rust-config: add docstring to inner `get_parse` method The signature is quite heavy, a docstring to explain the idea doesn't hurt.

File last commit:

r45179:1f5ab1a9 default
r51663:d64df6b3 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");
}