Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 19, 2024
1 parent 31a5879 commit 75cc44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/state-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Several crates on `crates.io` provide building blocks for implementing the actor

Here’s a basic example using the [`actix`](https://github.com/actix/actix) crate, a popular choice for the actor model:

```rust title="Rust"
```rust title="native/hub/src/lib.rs"
use actix::prelude::*;

rinf::write_interface!()
Expand Down

0 comments on commit 75cc44d

Please sign in to comment.