I donate to open source, and I m loving the new Fresh IDE TUI for teaching students.I m offering $100 as an incentive for anyone here who can add epub reader capabilities to Fresh using Rust.https://github.com/sinelaw/fresh/issues/2087Spec: in the left-side file explorer, I select file `foo.epub`, then the right-side file viewer shows me the epub content as human-readable text not bytes.Scope: The goal is to be good enough for a developer to be able to read epub documentation within Fresh in the TUI, without needing to call pandoc or launch a separate app or helper or plugin.Implementation: I can suggest trying the Rust crate `epub` and `bookokrat` because these work well for me in other projects. The implementation can t use JavaScript or TypeScript because of compliance aspects beyond me.As an aside, I m not affiliated with Fresh in any way, other than as a happy user and open source sponsor.