kxio/src/net
Paul Campbell 8007f01d94
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 8m36s
Test / build (map[name:stable]) (push) Successful in 10m10s
Release Please / Release-plz (push) Successful in 1m50s
fix(net)!: remove Drop assertions for any unused plans
Tests should use the existing `assert_no_unused_plans` method available
on both `Net` and `MockNet`.

This removes the problem of assetions being applied early when there are
multiple clones of the `Net` or `MockNet` and one of them is dropped.

feat(net): add `MockNet:;plans_left`

tests(net): add tests for MockNet::try_from
2024-12-29 19:33:27 +00:00
..
mod.rs feat(net): add tracing 2024-12-07 16:41:42 +00:00
result.rs feat(net): add tracing 2024-12-07 16:41:42 +00:00
system.rs fix(net)!: remove Drop assertions for any unused plans 2024-12-29 19:33:27 +00:00