Skip to content

Commit 4bd85d5

Browse files
authored
Toasty blog post tweaks (#789)
1 parent ce021a4 commit 4bd85d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/blog/2024-10-23-announcing-toasty.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ model Todo {
4949
}
5050
```
5151

52-
Using the Toasty CLI tool, you will generate all necessary Rust code for working with this data model. The generated code for the above schema is here.
52+
Using the Toasty CLI tool, you will generate all necessary Rust code for working
53+
with this data model. The generated code for the above schema is
54+
[here](https://github.com/tokio-rs/toasty/tree/main/examples/hello-toasty/src/db).
5355

5456
Then, you can easily work with the data model:
5557

@@ -91,7 +93,7 @@ secondary concern to productivity. So why are teams adopting Rust more often
9193
where performance is less critical? It is because once you learn Rust, you can
9294
be very productive.
9395

94-
Productivity is complex and multifaceted. No one would disagree that Rust's
96+
Productivity is complex and multifaceted. We can all agree that Rust's
9597
edit-compile-test cycle could be quicker. This friction is countered by fewer
9698
bugs, production issues, and a robust long-term maintenance story (Rust's borrow
9799
checker tends to incentivize more maintainable code). Additionally, because Rust

0 commit comments

Comments
 (0)