1个不稳定版本

0.0.1 2024年6月10日

#37#virtual-dom

每月45次下载
用于 respo

Apache-2.0

4KB

RespoState derive宏

使用方式

#[derive(Debug, Clone, Default, PartialEq, Eq, Deserialize, Serialize, RespoState)]
struct PanelState {
  content: String,
}

更多详细信息请见 https://crates.io/crates/respo .


lib.rs:

参考 http://doc.rust-lang.net.cn/book/ch19-06-macros.html#how-to-write-a-custom-derive-macro

依赖项

~240–680KB
~16K SLoC