-
serde_tuple
将具有命名字段的struct序列化和反序列化为值数组
-
structural-convert
当枚举或struct中的字段结构相似时,推导转换特质(From, Into, TryFrom, TryInto)
-
nestify
提供宏以简化并美化Rust中的嵌套struct定义,使代码结构更简洁、可读性更强。特别适用于处理API响应。
-
derive_util
用于derive宏的工具
-
extruct
proc-macro库,提供列出命名struct字段和实现从包含同名字段的较大struct进行转换的工具
-
better_default
std Default derive,但允许自定义默认字段值,并有一些升级
-
array-as-struct
对数组类型的“字段”访问进行了优化
-
dynamic-struct
为具有命名字段的struct创建基于推的响应性属性的derive宏
-
query_param_group
Rocket框架的查询参数组
-
serde_tuple_macros
将具有命名字段的struct序列化和反序列化为值数组
-
eiga_builder_derive
A builder derive macro for the
eiga
crate -
array-as-struct-derive
proc macros for the array-as-struct crate
-
nommy_derive
derive(Parse)
尝试使用DuckDuckGo搜索。