structx_derive 0.1.3

Macros for anonymous struct and named arguments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.