Commit graph

3 commits

Author SHA1 Message Date
Ivan Bushchik 8449b97658
0.3.0
- add read_file_bytes
- rename read_file_to_str() -> read_file_str()
- change return types of read_file_* to Result<T, std::io::Error>
- unpub shell::run()
- don't overwrite $PATH in shell::run()
- remove unnecessary tests

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-09-14 18:40:07 +03:00
Ivan Bushchik f96e9b8be6
0.2 2023-03-19 06:30:17 +00:00
Ivan Bushchik 88264697ca
Initial commit 2023-03-17 15:24:28 +03:00