SerialPort crate document in Crates.Io #93
Unanswered
jerrywrice
asked this question in
Q&A
Replies: 1 comment
-
That is because the docs are not built for windows on docs.rs. You can read the code for COMPort here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The top-level SerialPort crate document at https://crates.io/crates/serialport indicates the SerialPort cross-platform API is extended into platform specific functionality via TTYPort (Linux/Unix os) and COMPort (MS Windows) structs. I'm having difficulty finding the COMPort description of such in the rust documentation. Can someone please clarify where this might be found?
Beta Was this translation helpful? Give feedback.
All reactions