R3 - Advanced
🚧 UNDER CONSTRUCTION: Please bear 🧸 with me! If you can't wait please try read more.
At this point you will notice that you code is growing and need to be separate them as a library.
We will do just that in this
R3
! and also some idiom/pattern/crate you need to know before become crate master.
Goals
- Able to understand more about
lifetimes
. - Able to use existing
lib
. - Able to create/deploy your own
lib
.
Index
- Lifetimes
- Create your own lib
- ref
- Deref coercions
- RefCell
- Trait
- Serde
- Enum
- Derive More
- Typed Builder
- Generic Array
- AsRef
- Callback
- Async
- Iterators
- Associated Type Bounds
- BoxStream
- IndexMap
- Cow
TODO
- https://github.com/jbaublitz/getset
- https://github.com/dtolnay/erased-serde
- https://github.com/spastorino/dynosaur