stackbox 0.1.0

`&own`ing references in stable Rust - no_std-friendly Box
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `::stackbox`

[![Repository](https://img.shields.io/badge/repository-GitHub-brightgreen.svg)](https://github.com/danielhenrymantilla/stackbox.rs)
[![Latest version](https://img.shields.io/crates/v/stackbox.svg)](https://crates.io/crates/stackbox)
[![Documentation](https://docs.rs/stackbox/badge.svg)](https://docs.rs/stackbox)
[![MSRV](https://img.shields.io/badge/MSRV-1.42.0-white)](https://github.com/danielhenrymantilla/stackbox.rs/blob/master/.github/workflows/CI.yml#L17)
[![License](https://img.shields.io/crates/l/stackbox.svg)](https://github.com/danielhenrymantilla/stackbox.rs/blob/master/LICENSE-ZLIB)
[![CI](https://github.com/danielhenrymantilla/stackbox.rs/workflows/CI/badge.svg)](https://github.com/danielhenrymantilla/stackbox.rs/actions)

### `&own`ing references in stable Rust - `no_std`-friendly `Box`

See the documentation of the [`StackBox`] type for more info.

[`StackBox`]: https://docs.rs/stackbox/*/stackbox/struct.StackBox.html