##// END OF EJS Templates
rust-chg: add function to send fds via domain socket...
rust-chg: add function to send fds via domain socket As a beginning, I wrote some C. It's extracted from attachio() of contrib/chg/hgclient.c. Maybe it could be rewritten in Rust by using the libc (and/or nix) crates, but doing that wouldn't be trivial as the code depends on CMSG_*() macros. IMO, using C is better here.

File last commit:

r40003:aab43d58 default
r40005:208cb7a9 default
Show More
Cargo.toml
3 lines | 50 B | application/toml | TOMLLexer
[workspace]
members = ["hgcli"]
exclude = ["chg"]