Module tauri_utils::io

source ·
Expand description

IO helpers.

Functions§

  • Read all bytes until a newline (the 0xA byte) or a carriage return (\r) is reached, and append them to the provided buffer.