compost 0.4.0

Adds a macro to decompose tuples into tuples containing a subset of their values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
categories = ["rust-patterns", "no-std"]
description = "Adds a macro to decompose tuples into tuples containing a subset of their values"
edition = "2021"
keywords = ["tuple", "context", "provider", "inject", "macro"]
license = "MIT"
name = "compost"
readme = "README.md"
repository = "https://github.com/Radbuglet/compost"
resolver = "1"
version = "0.4.0"