zellij/zellij-utils
kxt 68445af63f
refactor(IO): random fixes (#521)
* refactor(os_input_output): use Pid for child process

* fix(debug): change debug_to_file to write &[u8]

This patch changes debug_to_file to write entire slices in one call, to
avoid the overhead of opening and closing files for each byte written.

* refactor(ServerOsApi): remove unnecessary muts from methods

Co-authored-by: KOVACS Tamas <ktamas@fastmail.fm>
2021-05-18 17:39:36 +02:00
..
src refactor(IO): random fixes (#521) 2021-05-18 17:39:36 +02:00
Cargo.toml Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30