Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexpusch/rust-magic-patterns
/ types & classes
Types & classes
12 in github.com/alexpusch/rust-magic-patterns
⨍
Functions
64
◇
Types & classes
12
↓ 1 callers
Class
Id
axum-style-magic-function-param/src/magic.rs:14
↓ 1 callers
Class
Param
axum-style-magic-function-param/src/magic.rs:12
Class
Context
axum-style-magic-function-param/src/magic.rs:2
Interface
FromContext
axum-style-magic-function-param/src/magic.rs:16
Interface
Handler
axum-style-magic-function-param/src/magic.rs:32
Class
Image
async-pipeline-pattern/src/main.rs:6
Class
MyFilter
An iterator that filters the elements of another iterator. This is a dumbing down of the `Filter` iterator from the standard library. https://doc.rust
dumbing-down-iterator/src/my_filter.rs:9
Interface
MyFromIterator
Defines how a type can be created from an iterator. This is a dumbing down of the `FromIterator` trait from the standard library. https://doc.rust-lan
dumbing-down-iterator/src/my_from_iterator.rs:8
Interface
MyIterator
Main iterator trait. This trait defines how a type can be iterated over. This is a dumbing down of the `Iterator` trait from the standard library. htt
dumbing-down-iterator/src/my_iterator.rs:6
Class
MyMap
An iterator that applies a function to each item. This is a dumbing down of the `Map` iterator from the standard library. https://doc.rust-lang.org/st
dumbing-down-iterator/src/my_map.rs:9
Class
Sample
visual-journey-through-async-rust/src/main.rs:14
Class
SliceIterator
An example MyIterator over a slice of T This is a dumbing down of the `std::slice::Iter` iterator from the standard library. https://doc.rust-lang.org
dumbing-down-iterator/src/slice_iterator.rs:9