This website requires JavaScript.
Explore
Help
Sign In
fianne
/
rs-calendar
Watch
1
Star
0
Fork
You've already forked rs-calendar
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
977c3f4c02
rs-calendar
/
src
/
model.rs
2 lines
36 B
Rust
Raw
Normal View
History
Unescape
Escape
many improvements * latest iced * read events from ical files (using the icalendar crate) * ical files specified on command line (using clap, bit overkill) Signed-off-by: Fabrizio Iannetti <fabrizio.iannetti@gmail.com>
2023-07-09 18:49:42 +02:00
pub
mod
events
;
pub
mod
ical_bridge
;