de-vri-es / serial2-rs

Cross platform serial ports for Rust
Other
41 stars 10 forks source link

Improve documentation about timeouts and composed operations. #32

Closed de-vri-es closed 2 months ago

de-vri-es commented 2 months ago

This PR improves the documentation of the timeout functions to mention that composed operations like read_exact and write_all perform multiple calls to read() and write().

Solves #31.

de-vri-es commented 2 months ago

@RossSmyth: Do you think this addresses #31 properly?

RossSmyth commented 2 months ago

Yeah! I think that's fine.

de-vri-es commented 2 months ago

Thanks! Released as v0.2.21.