structx 0.1.3

Simulating anonymous struct and named arguments in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-dependencies.inwelling]
version = "0.3"
[dependencies.structx_derive]
version = "0.1"

[package]
authors = ["oooutlk <oooutlk@outlook.com>"]
categories = ["rust-patterns"]
description = "Simulating anonymous struct and named arguments in Rust."
documentation = "https://docs.rs/structx"
edition = "2018"
keywords = ["struct", "anonymous", "structural", "named", "arguments"]
license = "MIT/Apache-2.0"
name = "structx"
readme = "README.md"
repository = "https://github.com/oooutlk/structx"
version = "0.1.3"