process-owned 0.1.0

Assign ownership of a value to the process itself
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
description = "Assign ownership of a value to the process itself"
documentation = "https://docs.rs/process-owned"
edition = "2021"
exclude = ["tests"]
homepage = "https://github.com/carlosskii/process-owned"
keywords = ["process", "lifetime", "ownership"]
license = "MIT"
name = "process-owned"
readme = "README.md"
repository = "https://github.com/carlosskii/process-owned"
version = "0.1.0"