You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add rust skills to cover certain aspects about developing software using this language, such as:
Async / await implementations for concurrency logic handling
Code styles, rules, patterns and good practices to produce reliable, safe and scalable rust code
Provide skills to cover different important topics related with Rust development, like memory safety, reliability, correct and justified usage of concurrency patterns
Write agnostic and decoupled code that do not relies on third parties the business logic or the core of a software written in rust
Provide skills to deeply review code written in rust doing proper findings and categorize them properly
Goal