Crates.io | raiden-macros |
lib.rs | raiden-macros |
version | 0.1.0 |
source | src |
created_at | 2023-07-08 08:13:55.500966 |
updated_at | 2023-07-08 08:13:55.500966 |
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
}