Skip to content

Commit 8fead34

Browse files
mitghiU007D
andauthored
Update 2023-08-09-this-week-in-rust.md (#4601)
Hello, This PR adds a link to an article from me about using pest to parse Prometheus metrics. The blog post contains a link to the final repo. I appreciate your feedback. Thanks for consideration. Co-authored-by: Brad Gibson <[email protected]>
1 parent 1c8e1d0 commit 8fead34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft/2023-08-09-this-week-in-rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ and just ask the editors to select the category.
5151
* [nesting allocators](https://blog.yoshuawuyts.com/nesting-allocators/)
5252
* [Allocator trait 1: Let’s talk about the Allocator trait](https://shift.click/blog/allocator-trait-talk/)
5353
* [How to improve Rust compiler’s CI in 2023](https://kobzol.github.io/rust/rustc/2023/07/30/optimizing-rust-ci-2023.html)
54-
* [video] [Andreas Monitzer - Bevy-ECS explained - Rust Vienna June 2023](https://www.youtube.com/watch?v=TBjmRmjr4JA)
55-
5654
* [Rust Pointer Metadata](https://bd103.github.io/blog/2023-08-06-ptr-metadata)
55+
* [Parse Prometheus Exposition format in Rust using Pest](https://medium.com/@miltag/parse-prometheus-exposition-format-in-rust-using-peg-3921e9fc7d65)
56+
* [video] [Andreas Monitzer - Bevy-ECS explained - Rust Vienna June 2023](https://www.youtube.com/watch?v=TBjmRmjr4JA)
5757

5858
### Rust Walkthroughs
5959
* [Handling Rust enum variants with kinded crate](https://www.greyblake.com/blog/handling-rust-enum-variants-with-kinded-crate/)

0 commit comments

Comments
 (0)