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

[dependencies]