Crate safevalue

Crate safevalue 

Source
Expand description

§safevalue

TODO: Links

§Purpose

§Usage

safevalue works on stable rust.

§No STD

This crate is no_std as well as no_alloc, because it does not need them. If this is ever to change, any alloc or std will be hidden behind appropriate feature flags.

§License

Macros§

unsafe_marker
unsafe_marker_no_copy

Structs§

SafeHolder

Type Aliases§

SafeMarker
A marker type that you could use to denote that something has happened without any associated data.