Skip to content

Version 0.24.0

Compare
Choose a tag to compare
@newAM newAM released this 28 Dec 22:14

Changed

  • BREAKING CHANGE read and write methods now return Result<usize, FtStatus> where usize is the the number of bytes read or written. Previous read and write functionality that returned Result<(), TimeoutError> is replaced by read_all and write_all.