mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Document examples and add local remote shell endpoint demo
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user