tauri_utils

Module 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.