metainfo 0.4.1

Transmissing metainfo across components.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "metainfo"
version = "0.4.1"
authors = [
    "Pure White <wudi.daniel@bytedance.com>",
    "John Smith <john.xu@bytedance.com>",
]
edition = "2018"
description = "Transmissing metainfo across components."
repository = "https://github.com/lust-rs/metainfo"
license = "MIT OR Apache-2.0"
keywords = ["context", "metainfo", "metadata"]
categories = ["accessibility", "rust-patterns", "concurrency"]

[dependencies]
fxhash = "0.2"
paste = "1"