生命赞歌
生命赞歌
it is rendered wrongly in ``` math expressiones ``` code block for example: ``` ``` $\omega$ ``` ``` it will is: 
expect: put only executable files in the compressed package. 
for the example: examples\read_serialport.rs ``` rust poll.registry() .register(&mut rx, SERIAL_TOKEN, Interest::READABLE) .unwrap(); loop { poll.poll(&mut events, None)?; // handle the read event // ... } ``` How to modify device...
## Pre-launch Checklist - [ ] I have updated `CHANGELOG.md` with my changes - [x] I have run "dart format ." on the project - [ ] I have added/updated...
when SerialStream was dropped, the member "inner: mem::ManuallyDrop" was not dropped, this will prevent to open the serial again.  in the code: examples\read_serialport.rs  
Compile multiple sources, I need to include multiple source path to the workspace(cpp_include and pythonpath), ok, It was solved~