Skip to content

Commit 6a7a2dc

Browse files
authored
Add docs links to README (#68)
1 parent 9a9ab6d commit 6a7a2dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# async-tiff
22

3-
An async, low-level [TIFF](https://en.wikipedia.org/wiki/TIFF) reader.
3+
An async, low-level [TIFF](https://en.wikipedia.org/wiki/TIFF) reader for Rust and Python.
4+
5+
[**Rust documentation**](https://docs.rs/async-tiff/) <br/>
6+
[**Python documentation**](https://developmentseed.org/async-tiff/latest/)
47

58
## Features
69

@@ -9,8 +12,6 @@ An async, low-level [TIFF](https://en.wikipedia.org/wiki/TIFF) reader.
912
- Support for user-defined decompression algorithms.
1013
- Tile request merging and concurrency.
1114

12-
[Full documentation](https://docs.rs/async-tiff/).
13-
1415
## Background
1516

1617
The existing [`tiff` crate](https://crates.io/crates/tiff) is great, but only supports synchronous reading of TIFF files. Furthermore, due to low maintenance bandwidth it is not designed for extensibility (see [#250](https://github.com/image-rs/image-tiff/issues/250)).

0 commit comments

Comments
 (0)