Various Rust wrappers for GNOME calendar libraries
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Ignore certain directories and paths for cargo fmt

+7
+7
.rustfmt.toml
··· 1 + unstable_features = true 2 + ignore = [ 3 + "ical-glib/src/auto", 4 + "ical-glib/sys/src", 5 + "ical-glib/sys/tests", 6 + "ical-glib/sys/build.rs", 7 + ]