Skip to content

Commit

Permalink
Rust links to docs, tests (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Feb 2, 2021
1 parent ae5cb89 commit c6ea86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 1 addition & 0 deletions en/getting_started/use_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit c6ea86d

Please sign in to comment.