structy 0.1.0

Anonymous struct and named arguments in rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Jedsek <jedsek@qq.com>"]
description = "Anonymous struct and named arguments in rust"
documentation = "https://docs.rs/rinout/latest/structy"
edition = "2021"
homepage = "https://github.com/jedsek/structy"
keywords = ["arguments", "syntax", "named", "tuple"]
license = "MIT"
name = "structy"
readme = "README.md"
repository = "https://github.com/jedsek/structt"
version = "0.1.0"