Paul Campbell
83081a2051
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #9 Co-authored-by: Paul Campbell <pcampbell@kemitix.net> Co-committed-by: Paul Campbell <pcampbell@kemitix.net>
7 lines
99 B
Rust
7 lines
99 B
Rust
mod add;
|
|
mod find;
|
|
|
|
pub use add::add;
|
|
pub use find::find;
|
|
|
|
pub type Link = atom_syndication::Link;
|