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
Copy file name to clipboardExpand all lines: preprocessing/src/main.rs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ tags:
30
30
- Meetup
31
31
---
32
32
33
-
I wanted to know the relative sizes of the various Rust-specific Meetup groups so I collected them into a YAML file. Maybe I should generate a page.
33
+
I wanted to know the relative sizes of the various Rust-specific Meetup groups so I collected them into a YAML file and then generated this page.
34
34
35
35
| name | members | location |
36
36
| ---- | ------- | -------- |
@@ -48,7 +48,9 @@ I wanted to know the relative sizes of the various Rust-specific Meetup groups s
48
48
49
49
text.push_str(r#"
50
50
51
-
For this page even the Markdown file is generated. See the `preprocessing` in the [repository](https://github.com/szabgab/rust.code-maven.com/) and the `examples/meetups.yaml file`.
51
+
For this page even the Markdown file is generated. See the `preprocessing` in the [repository](https://github.com/szabgab/rust.code-maven.com/) and the YAML file.
0 commit comments