Skip to content

Commit

Permalink
Add method router.
Browse files Browse the repository at this point in the history
  • Loading branch information
CathalMullan committed Nov 16, 2024
1 parent a360053 commit dcbda79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use crate::{
use hashbrown::HashMap;
use path::{node::Data, PathMatch, PathRouter};

pub mod method;
pub mod path;

pub type Match<'r, 'p, T> = PathMatch<'r, 'p, T>;
Expand Down
Empty file added src/routers/method.rs
Empty file.

0 comments on commit dcbda79

Please sign in to comment.