Junha Yang(양준하)
Junha Yang(양준하)
And if the size is too small, it should be propagated as an error
It will check following assertions **eagerly**, so that it can fail quickly, not when there is an actual call later. - The given `HandleToExchange` is valid - The traits from...
- [ ] Export IDL from trait - [ ] Generate trait from IDL - [ ] Check compatibility between traits using IDL
Here's an instruction to profile the program. ``` cargo install flamegraph sudo apt-get install linux-tools-5.3.0-62-generic echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid echo 0 | sudo tee /proc/sys/kernel/kptr_restrict cargo flamegraph ```...
Two things must be supported for the local mock 1. `ServiceRef` now has third enum variant `Local`, which holds directly the smart pointer to service object 2. `ServiceRef::import()` to could...
You can utilize [trybuild](https://docs.rs/trybuild/1.0.30/trybuild/) crate for asserting the error message
`remote-trait-object` is responsible only for one single port-port pair. Having multiple rto contexts in a single _module_ (which is not on the layer that rto cares) is something that upper...
It is located in vetomint::state::tests