Skip to content

Commit

Permalink
Merge pull request #314 from homeworkprod-forks/serialization-typo
Browse files Browse the repository at this point in the history
Fix typo in "serialization"
  • Loading branch information
andrewmd5 committed Mar 13, 2024
2 parents 2580d2d + 237dd18 commit 836fabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/guide/getting-started-rust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ fn main() {

Pro-tip: Check out the `owned` module which is generated behind a feature flag. If you enable `bebop-owned-all` or the appropriate namespace flag (only if you generated with a namespace) you can then access versions of all Records which do not borrow the data but simply take ownership/clone the data. These can be useful if you want to use bebop types throughout your codebase and not just for serialization.

That should be enough to get you kick-started. Checkout the crate docs for the runtime [here](https://docs.rs/bebop/latest/bebop/) and pay extra close attention to the [`Record`](https://docs.rs/bebop/latest/bebop/trait.Record.html) trait which is the main bebop sterilization definition.
That should be enough to get you kick-started. Checkout the crate docs for the runtime [here](https://docs.rs/bebop/latest/bebop/) and pay extra close attention to the [`Record`](https://docs.rs/bebop/latest/bebop/trait.Record.html) trait which is the main bebop serialization definition.

0 comments on commit 836fabc

Please sign in to comment.