Struct resume::publications::RustForPythonDevelopers
source · [−]pub struct RustForPythonDevelopers;
Expand description
Series of articles “Rust for Python developers” created in collaboration with Andrey Ermolov.
In this articles 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
You can see video version: crate::conferences::RustForPythonDevelopers
Trait Implementations
impl<Ru> Link<Ru> for RustForPythonDevelopers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more