Document examples and add local remote shell endpoint demo

This commit is contained in:
Michael Mikovsky
2026-04-26 11:25:46 -06:00
parent f332e58e44
commit 2b753685ca
13 changed files with 89 additions and 0 deletions
+5
View File
@@ -64,6 +64,10 @@ path = "examples/protocol/remote_shell_endpoint.rs"
name = "remote_shell_receive"
path = "examples/protocol/remote_shell_receive.rs"
[[example]]
name = "remote_shell_single_endpoint"
path = "examples/protocol/remote_shell_single_endpoint.rs"
[[example]]
name = "bench"
path = "examples/protocol/bench/bench.rs"
@@ -109,3 +113,4 @@ unsafe_op_in_unsafe_fn = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
trivial_casts = "allow"
missing_docs = "warn"