You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
305 B
Rust

#[allow(dead_code)]
pub struct Unit {
description: String,
documentation: Vec<String>,
wants: Vec<String>,
requires: Vec<String>,
requisite: Vec<String>,
binds_to: Vec<String>,
part_of: Vec<String>,
conflicts: Vec<String>,
before: Vec<String>,
after: Vec<String>,
}