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: content/blog/2024-10-23-announcing-toasty.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ model Todo {
49
49
}
50
50
```
51
51
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
0 commit comments