Agathe

Results 34 comments of Agathe

Maybe see my [gtk_liststore_item](https://github.com/MicroJoe/gtk_liststore_item) crate for automatic Rust Gtk::ListStore integration.

Check #9, I have had this issue because a title is required before any paragraph. EPUB generation seems less flexible than HTML (in its current implementation by this library).

@cryptoquick No, I am not maintaining a fork currently as my project which was using it is on hold. Feel free to do so, if you can merge the pending...

Many thanks for this patch! I have spend a lot of time trying to figure out why this toy example: ```rust use serde::{Deserialize}; use serde_hex::{SerHex, CompactPfx}; #[derive(Debug, Deserialize)] struct Foo...