translation-rs 0.3.2

Safe Rust bindings for Translation.framework — language availability, session workflows, and language recognition on macOS
Documentation
1
2
3
4
5
6
7
/// Re-exports `TranslationResponse` for session-centric imports.
pub use crate::translation_response::TranslationResponse;
/// Re-exports core `TranslationSession` workflow types.
pub use crate::translation_session::{
    TranslationBatchResponse, TranslationRequest, TranslationSession,
    TranslationSessionConfiguration,
};