init commit
This commit is contained in:
parent
d4b364716f
commit
4466021f07
18 changed files with 4734 additions and 2 deletions
5
libseptastic/src/schedule_day.rs
Normal file
5
libseptastic/src/schedule_day.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#[derive(Debug, Clone)]
|
||||
pub struct ScheduleDay {
|
||||
pub date: String,
|
||||
pub service_id: String
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue