Skip to content

Commit b89e6ee

Browse files
committed
Improved readme.
1 parent 28abc51 commit b89e6ee

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
This repository contains a [Rust](https://www.rust-lang.org/) implementation of the [DeepL REST API](https://www.deepl.com/docs-api/).
44

5-
There are comparable implementations for [Python](https://github.com/mgruner/deepl-api-py) and [Ruby](https://github.com/mgruner/deepl-api-rs).
6-
75
## Contents
86

97
- A [Rust library crate](https://mgruner.github.io/deepl-api-rs-docs/deepl_api/index.html) for easy integration into Rust applications.
@@ -21,4 +19,8 @@ Please refer to the linked documentation for instructions on how to get started
2119
## Not Implemented
2220

2321
- Support for the [(beta) document translation endpoint](https://www.deepl.com/docs-api/translating-documents/).
24-
- Support for the [XML handling flags](https://www.deepl.com/docs-api/translating-text/) in the translation endpoint.
22+
- Support for the [XML handling flags](https://www.deepl.com/docs-api/translating-text/) in the translation endpoint.
23+
24+
## See Also
25+
26+
There are comparable implementations for [Python](https://github.com/mgruner/deepl-api-py) and [Ruby](https://github.com/mgruner/deepl-api-rb).

0 commit comments

Comments
 (0)