Version 0.24.0
Changed
- BREAKING CHANGE
read
andwrite
methods now returnResult<usize, FtStatus>
whereusize
is the the number of bytes read or written. Previousread
andwrite
functionality that returnedResult<(), TimeoutError>
is replaced byread_all
andwrite_all
.