Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Refactoring Rust Code
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://rust-analyzer.github.io/manual.html#structural-search-and-replace
cargo clippy fix
General Approach for Auto Refactoring
- use
cargo build
orcargo clippy
to generate error msgs for a specific kind of issue …
Useful Rust Crates for Multimedia
Useful Rust Crates for String
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
bstr
bstr A string type that is not required to be valid UTF-8.
arcstr
arcstr is a better reference-counted string type, with zero-cost (allocation-free) support for string literals, and reference counted …
Useful Tools for Python Developing
Tools for IOT
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!