At the moment when calling epub_builder.metada it receives key which is AsRef<str>, it returns Err when you don´t pass a valid key, wouldn it be better to have an enum Metada so that you can´t pass an invalid key? btw I really love this crate you guys made it so simple to make epubs, I thought this was gonna be like using a pdf crate but this one turned out to be really simple to use.
At the moment when calling
epub_builder.metadait receiveskeywhich isAsRef<str>, it returnsErrwhen you don´t pass a valid key, wouldn it be better to have an enumMetadaso that you can´t pass an invalid key? btw I really love this crate you guys made it so simple to make epubs, I thought this was gonna be like using a pdf crate but this one turned out to be really simple to use.