mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-10 12:25:31 +00:00
Re-export traits and custom helpers
This commit is contained in:
parent
37eb1a081b
commit
3e64be3a23
1 changed files with 7 additions and 0 deletions
|
@ -43,3 +43,10 @@ pub mod error;
|
||||||
pub mod link;
|
pub mod link;
|
||||||
pub mod object;
|
pub mod object;
|
||||||
pub mod properties;
|
pub mod properties;
|
||||||
|
|
||||||
|
pub use self::activity::{Activity, IntransitiveActivity};
|
||||||
|
pub use self::actor::Actor;
|
||||||
|
pub use self::custom_props::{CustomLink, CustomObject};
|
||||||
|
pub use self::error::Error;
|
||||||
|
pub use self::link::Link;
|
||||||
|
pub use self::object::Object;
|
||||||
|
|
Loading…
Reference in a new issue