diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-09-06 10:03:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-06 10:03:01 +0200 |
| commit | daeac1afd883a4ab326d916de50c937b71b6ac7b (patch) | |
| tree | a0cca86cf3e15baf6a2e06ceebb2587251a36854 /docs/source | |
| parent | 06578ae686d85c1e7b0fff663d25a8e394c67f19 (diff) | |
| parent | 240d3b5f126e01dfc2808a017a386bbf33f0141e (diff) | |
| download | PROJ-daeac1afd883a4ab326d916de50c937b71b6ac7b.tar.gz PROJ-daeac1afd883a4ab326d916de50c937b71b6ac7b.zip | |
Merge pull request #1588 from urschrei/patch-1
Add link to Rust bindings
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/development/bindings.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/development/bindings.rst b/docs/source/development/bindings.rst index 27d3fddc..c339bfdc 100644 --- a/docs/source/development/bindings.rst +++ b/docs/source/development/bindings.rst @@ -18,6 +18,12 @@ Ruby `proj4rb <https://github.com/cfis/proj4rb>`_: Bindings for PROJ in ruby +Rust +======= + +`proj <https://github.com/georust/proj>`_: +Rust bindings for the latest stable version of PROJ + TCL ======== `proj4tcl <http://wiki.tcl.tk/41270>`_: |
