1 2 3 4 5 6 7 8 9 10
use myko::prelude::*; /// Project identity, minted by `levi init`. id = project UUID (32 hex chars), /// stored in the first event on the ref. #[myko_item] pub struct Project { pub name: String, /// RFC3339 pub created: String, }