9 releases
0.4.3 | Mar 16, 2023 |
---|---|
0.4.2 | Mar 16, 2023 |
0.4.0 | Dec 1, 2022 |
0.3.1 | Feb 21, 2022 |
0.1.0 | Jan 28, 2021 |
#168 in Internationalization (i18n)
35KB
578 lines
deepl-api-rs
This repository contains a Rust implementation of the DeepL REST API.
Contents
- A Rust library crate for easy integration into Rust applications.
- The
deepl
unix-style commandline application for integration into existing toolchains without any programming effort. - Unit and integration tests.
Please refer to the linked documentation for instructions on how to get started with the API and/or the CLI tool.
Features
- Query your account usage & limits information.
- Fetch the list of available source and target languages provided by DeepL.
- Translate text.
Not Implemented
- Support for the (beta) document translation endpoint.
- Support for the XML handling flags in the translation endpoint.
See Also
Dependencies
~8–21MB
~305K SLoC