Skip to main content

Crate safevalue

Crate safevalue 

Source
Expand description

§safevalue

Build & Test Status Crates.io Documentation

§Purpose

We have an unsafe functions Passing the stick upwards Everything get unsafe

§Usage

§Implementation Details

§Terminology

Marker READ_ONCE, WRITE_ONCE

Macros§

unsafe_marker
A macro to easily create a Marker

Structs§

SafeHolder
SafeHolder is a struct that vouches for the data within it.

Traits§

NonDataMarker
Trait implemented for Data Types, that do not actually hold any data.

Functions§

assert_marker
Especially with empty () SafeHolder you don’t really interact with it directly.
take_marker
Especially with empty () SafeHolder you don’t really interact with it directly.