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: docs/content/bindings/rust.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ slug = "rust"
5
5
insert_anchor_links = "heading"
6
6
+++
7
7
8
-
How Rust types map to STYX syntax. Examples use [facet](https://github.com/facet-rs/facet) derives.
8
+
How Rust types map to Styx syntax. Examples use [facet](https://github.com/facet-rs/facet) derives.
9
9
10
10
## Implicit root object
11
11
12
-
STYX documents are implicitly objects. When parsing, the top-level content is wrapped in an implicit root object. This means you cannot parse a bare tagged value directly into an enum — you need a wrapper struct.
12
+
Styx documents are implicitly objects. When parsing, the top-level content is wrapped in an implicit root object. This means you cannot parse a bare tagged value directly into an enum — you need a wrapper struct.
0 commit comments