Rust Resources for Python Developers
Curated collection of books, tools, libraries, and community resources to accelerate your Python-to-Rust journey. All resources are chosen with Python developers in mind.
Learning
Practice
Books
Tools
Libraries
Community
Python to Rust Library Equivalents
Python Libraries
requests
HTTP clientjson
JSON serializationargparse
CLI argument parsingasyncio
Async programmingunittest
Testing frameworklogging
Loggingdatetime
Date/time handlingpathlib
Path manipulationRust Equivalents
reqwest
HTTP clientserde_json
JSON serializationclap
CLI argument parsingtokio
Async runtimebuilt-in
Testing frameworklog + env_logger
Loggingchrono
Date/time handlingstd::path
Path manipulationKnow a Great Resource?
Help us build the best collection of Python-to-Rust resources. Submit your suggestions and help other developers on their journey.