intermodal/bin/update-readme/src/bep.rs
Casey Rodarmor 1f5b829742
Add table of contents to readme
type: documentation
2020-04-07 19:00:48 -07:00

8 lines
134 B
Rust

use crate::common::*;
pub(crate) struct Bep {
pub(crate) number: usize,
pub(crate) title: String,
pub(crate) status: Status,
}