rust-cli / rexpect

.github/workflows/ci.yml
https://docs.rs/rexpect
MIT License
328 stars 56 forks source link

Add try_read_byte method. #124

Open YanHeDoki opened 2 months ago

YanHeDoki commented 2 months ago

Added try_read_byte method. The try_read method may cause a panic when reading u8 as char with some colored characters . #103 Add a method to get u8 characters directly