From d1e1a92f83608e9efe919fb95cbe737f1a10b032 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Wed, 3 Feb 2021 10:42:16 +1100 Subject: [PATCH] Rust links to docs, tests --- en/README.md | 2 +- en/getting_started/use_libraries.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/en/README.md b/en/README.md index 6f940e551..f938fd5d8 100644 --- a/en/README.md +++ b/en/README.md @@ -60,7 +60,7 @@ Clojure | [clj-mavlink](https://github.com/WickedShell/clj-mavlink) | ✓ | Go | [gomavlib](https://github.com/gswly/gomavlib) | ✓ | ✓ | ✓ | Go library with support for MAVLink 1, 2 and signing, test suite, and [documentation](https://pkg.go.dev/github.com/aler9/gomavlib) Go | [go-mavlink1](https://github.com/mgr9525/go-mavlink1) | ✓ | ✗| ✗ | Golang MAVLink v1 Haskell | [HaskMavlink](https://github.com/SweeWarman/HaskMavlink)| ✗ | ✓ | ✗ | -Rust | [rust-mavlink](https://github.com/mavlink/rust-mavlink)| ✓ | ✓ | | Rust MAVLink generated code. Has tests and minimal docs. +Rust | [rust-mavlink](https://github.com/mavlink/rust-mavlink)| ✓ | ✓ | | Rust MAVLink generated code. Has [tests](https://github.com/mavlink/rust-mavlink/tree/master/tests) and [docs](https://docs.rs/mavlink/latest/mavlink/). ## Prebuilt MAVLink C Libraries {#prebuilt_libraries} diff --git a/en/getting_started/use_libraries.md b/en/getting_started/use_libraries.md index b77b6e7ae..469819209 100644 --- a/en/getting_started/use_libraries.md +++ b/en/getting_started/use_libraries.md @@ -18,3 +18,4 @@ The linked documents explain how to use the MAVLink libraries for different prog * Swift (*mavgen*) * [Go (*gomavlib*)](https://pkg.go.dev/github.com/aler9/gomavlib) * [Go (*go-mavlink1*)](https://github.com/mgr9525/go-mavlink1) +* [Rust (*rust-mavlink*)](https://docs.rs/mavlink/latest/mavlink/)