no-std-compat 0.4.1

A `#![no_std]` compatibility layer that will make porting your crate to no_std *easy*.
Documentation
[dependencies.hashbrown]
optional = true
version = "0.8.1"

[dependencies.spin]
optional = true
version = "0.5.2"

[dev-dependencies.libc]
version = "0.2.74"

[features]
alloc = []
compat_hash = ["hashbrown"]
compat_macros = []
compat_sync = ["spin"]
std = []
unstable = []

[package]
authors = ["jD91mZM2 <me@krake.one>"]
categories = ["no-std"]
description = "A `#![no_std]` compatibility layer that will make porting your crate to no_std *easy*."
edition = "2018"
exclude = ["example-crates/**/*"]
license = "MIT"
name = "no-std-compat"
readme = "README.md"
repository = "https://gitlab.com/jD91mZM2/no-std-compat"
version = "0.4.1"

[profile.dev]
panic = "abort"