Sections
IntroductionGetting StartedWhat is Rust?InstallationYour First ProjectIDE SetupRust Language FundamentalsVariables and TypesFunctions and Control FlowOwnershipBorrowing and SlicesStructs and EnumsError HandlingCollectionsClosures and IteratorsTraits and GenericsModules and CratesProject Setup and ToolingCargo In DepthDependenciesTestingDaily WorkflowPyO3 and LogferryPyO3 OverviewExposing FunctionsExposing ClassesError Handling in PyO3Multithreading and the GILlogferry WalkthroughDistributionCargo CheatsheetReferencePython → Rust CheatsheetTroubleshooting
Reference
1 min read
Quick-lookup tables and troubleshooting guides for when you know what you want but need the exact syntax.
Articles
| Article | Contents |
|---|---|
| Cargo Cheatsheet | Full cargo and maturin command reference |
| Python → Rust Cheatsheet | Side-by-side quick lookup for Python developers |
| Troubleshooting | Common errors, platform gotchas, PyO3 pitfalls |