Skip to content

Commit

Permalink
Add more Rust lib controbutions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBiggerGuy committed Feb 28, 2019
1 parent b8b5299 commit 0c145c2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions site/content/contributions/rust/index.md
Expand Up @@ -11,6 +11,8 @@ logoicon: "fas fa-code"

Rust is a new system level programming language designed by Mozilla. I have committed documentation fixes to the core project.

https://www.rust-lang.org/

* https://github.com/rust-lang/rust/pull/58544
* Merged by: https://github.com/rust-lang/rust/pull/58578
* Merge Commit: https://github.com/rust-lang/rust/commit/717aa461782c794c4202c81cdb5a552ee10aa13c
Expand All @@ -22,3 +24,24 @@ Rust is a new system level programming language designed by Mozilla. I have comm
A Rust wrapper around the libmodbus library.

* https://github.com/zzeroo/libmodbus-rs/commits?author=TheBiggerGuy

## yup-oauth2

Rust OAuth client primary used for the `google-apis-rs` clients.

https://github.com/dermesser/yup-oauth2

* https://github.com/dermesser/yup-oauth2/pull/86
* https://github.com/dermesser/yup-oauth2/pull/87
* https://github.com/dermesser/yup-oauth2/pull/88

## google-apis-rs

Rust client for Google service APIs such as YouTube and Drive.

https://github.com/Byron/google-apis-rs

* https://github.com/Byron/google-apis-rs/pull/202
* https://github.com/Byron/google-apis-rs/pull/207
* https://github.com/Byron/google-apis-rs/pull/210
* https://github.com/Byron/google-apis-rs/pull/212

0 comments on commit 0c145c2

Please sign in to comment.