serial-rs
                                
                                 serial-rs copied to clipboard
                                
                                    serial-rs copied to clipboard
                            
                            
                            
                        Use `Option<Duration>` for timeouts.
A timeout of None means that operations will block indefinitely. This is similar to what std::net::TcpStream does.
@dcuddeback, ping.
@dcuddeback, ping.
@dcuddeback, ping.
Please don't do that. I'm busy, and there's no reason your PR should receive priority over anything else on my agenda.
@dcuddeback, please forgive me for being a nag. I don't want preferential treatment, I just hate PRs going stale. I can understand you're busy, I'd volunteer as a collaborator on this project if you'd like, to take some workload off of you.
Into<Option<Duration>> might be better, because then callers can still just pass a Duration if they want a timeout. See eg. Calloop's run() method.