raiden-macros

Crates.ioraiden-macros
lib.rsraiden-macros
version0.1.0
sourcesrc
created_at2023-07-08 08:13:55.500966
updated_at2023-07-08 08:13:55.500966
descriptionMacros for the Raiden Network implementation in Rust
homepage
repositoryhttps://github.com/rakanalh/raiden-rust
max_upload_size
id911380
size2,760
Rakan Al-Huneiti (rakanalh)

documentation

README

Raiden Macros

Defines some derive macros for converting events and state changes.

IntoStateChange

#[derive(IntoStateChange)]
pub struct Block {
    ...snip
}

IntoEvent

Implemented for events.

#[derive(IntoEvent)]
pub struct SendWithdrawRequest {
    ...snip
}
Commit count: 652

cargo fmt