Skip to content

Commit

Permalink
Toasty blog post tweaks (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored Oct 23, 2024
1 parent ce021a4 commit 4bd85d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/blog/2024-10-23-announcing-toasty.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ model Todo {
}
```

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.
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](https://github.com/tokio-rs/toasty/tree/main/examples/hello-toasty/src/db).

Then, you can easily work with the data model:

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

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

0 comments on commit 4bd85d5

Please sign in to comment.