Thank you for this crate! Reading GTFS files works flawlessly for my use-case. Currently I only see the possibility to read GTFS files. While the gtfs_structures::objects do implement Serialize this functionality does not seem to be used directly inside the crate. Wouldn't it make sense to implement gtfs_writer.rs akin to gtfs_reader.rs? I'm currently trying to implement the functionality outside the library with the help of gtfs_structures::objects::*.
Thank you for this crate! Reading GTFS files works flawlessly for my use-case. Currently I only see the possibility to read GTFS files. While the
gtfs_structures::objectsdo implementSerializethis functionality does not seem to be used directly inside the crate. Wouldn't it make sense to implement gtfs_writer.rs akin to gtfs_reader.rs? I'm currently trying to implement the functionality outside the library with the help ofgtfs_structures::objects::*.