| Crates.io | raiden-macros |
| lib.rs | raiden-macros |
| version | 0.1.0 |
| created_at | 2023-07-08 08:13:55.500966+00 |
| updated_at | 2023-07-08 08:13:55.500966+00 |
| description | Macros for the Raiden Network implementation in Rust |
| homepage | |
| repository | https://github.com/rakanalh/raiden-rust |
| max_upload_size | |
| id | 911380 |
| size | 2,760 |
Defines some derive macros for converting events and state changes.
#[derive(IntoStateChange)]
pub struct Block {
...snip
}
Implemented for events.
#[derive(IntoEvent)]
pub struct SendWithdrawRequest {
...snip
}