levi-core 0.1.3

Entities, status resolution, and ranking for levi, the git-aware issue tracker
Documentation
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,
}