Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
fc0c0e7
Add `get_static_client`
jzombie Jul 19, 2025
1edcece
Add `RpcServerEvent`
jzombie Jul 21, 2025
7874223
Patch examples and tests
jzombie Jul 21, 2025
a5a7d08
Patch additional caller
jzombie Jul 21, 2025
27ed3a1
Add `ConnectionContext` struct
jzombie Jul 21, 2025
f86bf8b
Add TODO for `AuthHook`
jzombie Jul 21, 2025
9a1c684
Client endpoint integration (#36)
jzombie Jul 21, 2025
1a59fa8
Migrate examples (#38)
jzombie Jul 21, 2025
3ebb8a3
Add TODO
jzombie Jul 21, 2025
e937def
Structured RPC Errors (#39)
jzombie Jul 23, 2025
814ee46
Fail all on disconnect (#41)
jzombie Jul 25, 2025
3550861
Skip WASM `test_client_errors_on_connection_failure` on Windows
jzombie Jul 25, 2025
02deb09
Re-add comments
jzombie Jul 25, 2025
7096b51
Add comments
jzombie Jul 25, 2025
e43e065
Add README for benches
jzombie Jul 25, 2025
ccd6d8c
Swap `request_bytes` & `ctx` order (#42)
jzombie Jul 25, 2025
bdc534b
Clean up comments
jzombie Jul 25, 2025
6c7c9a3
Return static WASM client after init
jzombie Jul 25, 2025
544524c
Add TODOs
jzombie Jul 25, 2025
4e3ad1e
Rename to `read_bytes` for consistency
jzombie Jul 25, 2025
5198840
Remove `instrument` wrapping
jzombie Jul 26, 2025
44071d3
Reduce log spam
jzombie Jul 26, 2025
3993b49
Remove non-utilizd import
jzombie Jul 26, 2025
5cb468d
Expose `static_muxio_handle_connect` and `static_muxio_handle_disconn…
jzombie Jul 26, 2025
6749d01
Remove non-utilized `notify_static_client_transport_state_change` method
jzombie Jul 26, 2025
79999b6
Update error messages for consistency
jzombie Jul 26, 2025
9d31981
Fix Clippy errors
jzombie Jul 26, 2025
9886fbd
Prevent excessive log spam
jzombie Aug 4, 2025
a7892b0
Update tracing levels
jzombie Aug 7, 2025
5b1b217
Fix typo in filename
jzombie Aug 7, 2025
d2a15f2
Rename internal variable
jzombie Aug 7, 2025
b96b4dc
Fix Clippy warnings
jzombie Aug 17, 2025
a88a5d8
Fix typo and add `From<io::Error` for `RpcServiceEndpointHandlerError`
jzombie Aug 18, 2025
88d8939
Merge branch 'feature/get-wasm-static' of github.com:jzombie/rust-mux…
jzombie Aug 27, 2025
96eb740
Update license
jzombie Sep 2, 2025
2950eeb
Bump tracing-subscriber
jzombie Oct 9, 2025
8845371
Debug test command
jzombie Oct 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: cargo install cargo-all-features

- name: Run tests with all feature combinations
run: cargo test-all-features --workspace --all-targets --verbose
run: cargo all-features test --workspace --all-targets --verbose
145 changes: 42 additions & 103 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading