mdbook-translator 0.1.6

A translation preprocessor plugin for mdBook that automatically translates documents using the DeepSeek API
Documentation
1
2
3
4
5
mod command_handler;
mod translate_preprocessor;

pub use command_handler::*;
pub use translate_preprocessor::DeepSeekTranslator;