rust/chg/src/main.rs
author Yuya Nishihara <yuya@tcha.org>
Mon, 24 Sep 2018 18:33:46 +0900
changeset 39976 44840bcc411a
parent 39967 aab43d5861bb
child 39979 6bdee4bc181a
permissions -rw-r--r--
rust-chg: port basic socket path handling from cHg of C This is basically modeled after setcmdserveropts() of chg.c.

// Copyright 2018 Yuya Nishihara <yuya@tcha.org>
//
// This software may be used and distributed according to the terms of the
// GNU General Public License version 2 or any later version.

fn main() {
}