type-onion 0.2.0

Merge some lists of types, returning metadata to manage them
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[lib]
name = "onion"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Merge some lists of types, returning metadata to manage them"
edition = "2021"
license = "CC0-1.0"
name = "type-onion"
readme = false
version = "0.2.0"