managed 0.3.0

An interface for logically owning objects, whether or not heap allocation is available.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "managed"
version = "0.3.0"
authors = ["whitequark <whitequark@whitequark.org>"]
description = "An interface for logically owning objects, whether or not heap allocation is available."
documentation = "https://docs.rs/managed/"
homepage = "https://github.com/m-labs/rust-managed"
repository = "https://github.com/m-labs/rust-managed.git"
readme = "README.md"
keywords = ["ownership"]
categories = ["embedded"]
license = "0BSD"

[features]
std = []
alloc = []
collections = []
default = ["std"]