adrop 0.2.0

Simple and fast dedicated thread drop.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.lazy_static]
version = "1.4"

[package]
authors = ["CedarHuang <cedar.hxd@gmail.com>"]
categories = ["rust-patterns", "memory-management"]
description = "Simple and fast dedicated thread drop."
documentation = "https://docs.rs/adrop"
keywords = ["drop", "simple", "fast", "destruct", "destroy"]
license = "Apache-2.0"
name = "adrop"
readme = "README.md"
repository = "https://github.com/CedarHuang/adrop"
version = "0.2.0"