Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.17 KB

deepl-api-rs

This repository contains a Rust implementation of the DeepL REST API.

Contents

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

See Also

There are comparable implementations for Python and Ruby.