cmark-translate 0.2.2

Translate CommonMark using DeepL API
Documentation
1
2
3
4
5
6
7
fn main() {
    #[cfg(windows)]
    {
        // Embed application ICON
        embed_resource::compile("windows_icon.rc");
    }
}