Struct resume::conferences::RustForPythonDevelopers
source · pub struct RustForPythonDevelopers;
Expand description
Video version of articles “Rust for Python developers” created in collaboration with Andrey Ermolov.
In this video we will talk about why we move away from the usual technology stack, and show what advantages Rust has compared to Python.
- First part (Text version)
- Types
- User types and polymorphism
- Enums
- Option & Result
- Pattern matching
- Traits and Protocols
- Generic programming
- Second part (Text version)
- Multithreading
- Asynchronous
- Functional programming
- Conclusion
Trait Implementations§
impl Speaker for RustForPythonDevelopers
Author and speaker with Andrey Ermilov.
impl<Ru> Video<Ru> for RustForPythonDevelopers
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more