dialtone_common 0.1.0

Dialtone Common Code
Documentation
1
2
3
4
5
6
7
8
9
10
pub use jrd::create_acct;
pub use jrd::Jrd;
pub use jrd::JrdLink;

mod jrd;

pub const SELF: &str = "self";

pub const PROFILE_PAGE_URL_ID: &str = "http://webfinger.example/rel/profile-page";
pub const AVATAR_REL_URL_ID: &str = "http://webfinger.net/rel/avatar";