diff --git a/site/content/contributions/rust/index.md b/site/content/contributions/rust/index.md index ad329d5..4e5c160 100644 --- a/site/content/contributions/rust/index.md +++ b/site/content/contributions/rust/index.md @@ -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 @@ -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