upub/apb/src/types/mod.rs
alemi a9229adec8
feat(apb): restructured, added target and server
target is about addressing, and server has traits for barebones outbox
and inbox. these come from upub
2024-04-11 00:27:17 +02:00

3 lines
44 B
Rust

pub mod base;
pub mod link;
pub mod object;