rcommunity 0.0.3

Subsystem for building a community on top of existing business
Documentation
1
2
3
4
use rcommunity::{UserType, ID};

#[derive(Clone, ID, UserType)]
struct User(String);