eupn

Results 33 comments of eupn

@Emoun can you show me the code for failing macro? I'll add this macro as an example/test if it's small enough. Does manually calling `cargo expand` on this macro produce...

@Emoun, thank you! I'll explore this issue further.

@Emoun Indeed, cargo outputs expansion errors (such as proc macro panics) into STDERR while returning zero exit code. I've made some changes to handle this, could you check again? Potentially...

@Emoun thanks for kind words! I'll try my best to publish a new release next week.

@mersinvald pls correct me if I wrong. An example of how the expansion of this procedural macro will probably look like: Suppose we have 3 test cases in `tests/expand/` directory:...

What about to get rid of archive files (such as .zip) and send contents of txhashset as a compressed blob? This also should be more robust as it will less...

Rust bindings to Pieter's [minisketch](https://github.com/sipa/minisketch) may come in handy: https://github.com/eupn/minisketch-rs

My Erlay simulator: https://github.com/eupn/actix-erlay-sim

This includes more examples for stuff such as [`Portal`](https://github.com/akiles/embassy/blob/master/embassy/src/util/portal.rs), [`Signal`](https://github.com/akiles/embassy/blob/master/embassy/src/util/signal.rs), and other built-in primitives like [`InterruptFuture`](https://github.com/akiles/embassy/blob/67a6c4f4692db140f9aa27a920266d70857c06f6/embassy/src/util/signal.rs#L83).