im-core 0.1.0

Rust IM SDK for Awiki clients built on Agent Network Protocol (ANP)
Documentation
1
2
3
4
5
6
7
8
9
mod dto;
mod service;
pub(crate) mod wire;

pub use self::dto::{
    ContentPageQuery, PageDeleteResult, PageDocument, PageDraft, PageRef, PageSlug, PageUpdate,
    Visibility,
};
pub use self::service::ContentService;