Re-export traits and custom helpers

This commit is contained in:
asonix 2018-05-13 15:47:27 -05:00
parent 37eb1a081b
commit 3e64be3a23

View file

@ -43,3 +43,10 @@ pub mod error;
pub mod link;
pub mod object;
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;