structx_derive

Crates.iostructx_derive
lib.rsstructx_derive
version0.1.4
sourcesrc
created_at2021-03-16 16:07:47.638499
updated_at2023-05-19 15:40:51.955104
descriptionMacros for anonymous struct and named arguments.
homepage
repositoryhttps://github.com/oooutlk/structx
max_upload_size
id369734
size8,864
(oooutlk)

documentation

https://docs.rs/structx_derive

README

Overview

This crate provides proc macros for simulating anonymous struct and named arguments in Rust:

  • structx!{} for denoting values of anonymous structs.

  • Structx!{} for denoting types of anonymous structs.

  • #[named_args] for denoting functions with named arguments.

  • args!{} for denoting named arguments.

See crate structx's README.md for more.

License

Under Apache License 2.0 or MIT License, at your will.

Commit count: 26

cargo fmt