You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[REST Calls Made Rustic: RS-ES in Idiomatic Rust Tutorial](https://qbox.io/blog/elasticsearch-rest-client-idiomatic-rust-tutorial)
25
+
and [User-Friendly Elasticsearch Queries with Rust and Elastic](https://qbox.io/blog/elasticsearch-rest-client-idiomatic-rust-tutorial).
26
+
Two recent blog posts about using Rust and Elasticsearch together.
18
27
19
28
*[Announcing Gotham - A flexible web framework that does not sacrifice safety, security or speed.](https://gotham.rs/blog).
20
29
*[What the RLS can do for Rust support in IDEs](https://www.ncameron.org/blog/what-the-rls-can-do/).
@@ -37,8 +46,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
37
46
38
47
# Crate of the Week
39
48
40
-
This week's crate is [aesni](https://crates.io/crates/aesni), a crate providing a Rust AES (Rijndael) block ciphers
41
-
implementation using AES-NI. Thanks to [newpavlov](https://users.rust-lang.org/u/newpavlov) for the suggestion.
49
+
This week's crate is [exa](https://the.exa.website), a modern `ls` replacement (with a `tree` thrown in as well) written in Rust. Thanks to [Vikrant](https://users.rust-lang.org/u/nasa42) for the suggestion.
42
50
43
51
[Submit your suggestions and votes for next week][submit_crate]!
44
52
@@ -80,27 +88,30 @@ If you are a Rust project owner and are looking for contributors, please submit
80
88
81
89
# Updates from Rust Core
82
90
83
-
105 pull requests were [merged in the last week][merged]
0 commit comments