borrow-count 0.1.0

Memory that can be shared with a smart pointer and then reaquired with a future.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "borrow-count"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Memory that can be shared with a smart pointer and then reaquired with a future."
repository = "https://github.com/Vi-Kitten/borrow-count"
readme = "README.md"
keywords = ["async", "signal"]
categories = ["asynchronous"]
rust-version = "1.65.0"

[dependencies]
futures = "0.3.31"

[dev-dependencies]
tokio = { version="1.43.0", features=["full"] }