1
2
3
4
5
6
7
8
9
10
//! Opensource projects and contributions
use resume_macro::CleanupDocs;

/// Author of the opensource project
#[derive(CleanupDocs)]
pub struct Author;

/// Contributor to the opensource project
#[derive(CleanupDocs)]
pub struct Contributor;