truelayer-extensions 0.1.0

Task-local container for arbitrary data.
Documentation
# truelayer-extensions

Provides a type-safe task-local container for arbitrary data keyed by types and asynchronous.

[![Crates.io](https://img.shields.io/crates/v/truelayer-extensions.svg)](https://crates.io/crates/truelayer-extensions)
[![Docs.rs](https://docs.rs/truelayer-extensions/badge.svg)](https://docs.rs/truelayer-extensions)
[![CI](https://github.com/TrueLayer/rust-truelayer-extensions/workflows/CI/badge.svg)](https://github.com/TrueLayer/rust-truelayer-extensions/actions)
[![Coverage Status](https://coveralls.io/repos/github/TrueLayer/rust-truelayer-extensions/badge.svg?branch=main&t=UWgSpm)](https://coveralls.io/github/TrueLayer/rust-truelayer-extensions?branch=main)

## How to install

Add `truelayer-extensions` to your dependencies

```toml
[dependencies]
# ...
truelayer-extensions = "0.1.0"
```

#### License

<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>

<br>

<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
</sub>