Skip to content

Commit 83f49df

Browse files
committed
Rust walkthrough of building an end-to-end encrypted application
1 parent 2c1ddc9 commit 83f49df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

draft/2021-04-14-this-week-in-rust.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ No papers/research projects this week.
2626
* [podcast] [Building with Rust: Tim McNamara on Rust in Action](https://anchor.fm/building-with-rust/episodes/Building-with-Rust-Tim-McNamara-on-Rust-in-Action-eugoal/a-a1ptlh) [[transcript]](https://github.com/seanchen1991/building-with-rust/blob/main/transcripts/002.md)
2727

2828
### Rust Walkthroughs
29+
* [Build an End-to-End Encrypted messaging app in rust, with the Ockam crate, in this step by step guide.](https://github.com/ockam-network/ockam/tree/develop/documentation/guides/rust/get-started#readme)
2930
* [Introducing easy-cast](https://kas-gui.github.io/blog/easy-cast.html)
3031
* [ZH] [series] [Build GraphQL services based on Async Rust using tide + async-graphql + mongodb (基于 Async Rust 构建 GraphQL 服务,使用 tide + async-graphql + mongodb) - Part 1](https://blog.budshome.com/budshome/gou-jian-rust-yi-bu-graphql-fu-wu-:ji-yu-tide-+-async-graphql-+-mongodb(1)--qi-bu-ji-crate-xuan-ze)
3132

@@ -183,7 +184,7 @@ Email the [Rust Community Team][community] for access.
183184
> ```
184185
>
185186
> Looking at a code snippet:
186-
>
187+
>
187188
> * I know my JWT token won't be mutated, just accessed ( `&` );
188189
> * I know the function will probably perform some kind of I/O ( `async` );
189190
> * I know that the function might fail ( `Result` );

0 commit comments

Comments
 (0)