Mercurial > hg
log rust/chg/src/attachio.rs @ 52152:de4b9ea2fa34 default tip
age | author | description |
---|---|---|
Sat, 11 Apr 2020 17:43:29 +0900 | Yuya Nishihara | rust-chg: clean up excessive indents |
Fri, 10 Apr 2020 23:08:57 +0900 | Yuya Nishihara | rust-chg: have attach_io() simply take reference of AsRawFd object |
Fri, 10 Apr 2020 22:07:11 +0900 | Yuya Nishihara | rust-chg: reimplement attach_io operation as async function |
Fri, 10 Apr 2020 21:38:08 +0900 | Yuya Nishihara | rust-chg: use "crate::" to import local modules |
Fri, 10 Apr 2020 21:35:16 +0900 | Yuya Nishihara | rust-chg: upgrade to 2018 edition and remove useless extern crates |
Sat, 07 Dec 2019 13:06:25 -0800 | Gregory Szorc | rust: run rustfmt |
Mon, 24 Sep 2018 16:59:12 +0900 | Yuya Nishihara | rust-chg: add future that handles "attachio" request |