grounded 0.2.1

A toolkit for managing unsafe statics
Documentation
1
2
3
4
5
6
7
8
#![cfg_attr(not(test), no_std)]
#![doc = include_str!("../README.md")]

pub mod const_init;
pub mod uninit;

#[cfg(feature = "cas")]
pub mod alloc_single;