Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Comments¶
- The serde_yaml crate is the best tool for parsing YAML in Rust.
String in Rust
Char in Rust
Print Colored Text in Terminal in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Hands on yansi¶
Calling Rust from Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tools
Rust bindings for Python, including tools for creating native Python extension modules. Running and interacting with Python code from a Rust binary is also supported.
Build and publish …
Tips on rustup
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Install rustup
Linux and macOS
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
Rust tools (rustc
, cargo
, rustup
, etc)
will be added to Cargo's bin directory …