cryiorust_derive

Crates.iocryiorust_derive
lib.rscryiorust_derive
version0.4.0
sourcesrc
created_at2021-05-26 13:01:34.391525
updated_at2021-05-26 13:01:34.391525
descriptionDerive macro for cryiorust
homepage
repositoryhttps://git.3lp.cx/dyadkin/cryiorust
max_upload_size
id402265
size2,890
(satarsa)

documentation

README

cryiorust_derive

Cryiorust derive macro crate

Usage example:

use cryiorust::frame::{Array, Frame};

#[derive(Frame)]
struct MyFrame {
    header: Header,
    array: Array,
}

License: GPL-3.0+

Commit count: 0

cargo fmt