genanki-rs
genanki-rs copied to clipboard
Rust crate to create Anki decks. Based on the python library genanki
Thanks for making this port! The Python version of `genanki` has the ability to override the ID computation, and I think that would be a useful feature for this library...
Hi there - first of all thank you for making this crate, it's super useful! ## Motivation I noticed when profiling [my application](https://github.com/jacksonriley/zw_to_anki) that quite a chunk of time was...
# Problem The package creation currently only allows for media files to be read from the filesystem. # Solution The package now exposes a function to create mediafiles from memory:...
It's impossible to disable if I want to use `rusqlite` too
The OG `genanki` has a(n admittedly strange & somewhat broken) hash algorithm implemented from scratch, which, as far as I can tell, solves one issue: Python hashes are salted, and...