compat-no-std 0.4.1-patch1

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

[dependencies.hashbrown]
optional = true
version = "0.8.1"

[dependencies.libc]
optional = true
version = "0.2.97"

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

[dependencies.unix_path]
optional = true
version = "1.0.1"

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

[features]
alloc = []
compat_cstr = ["cstr_core"]
compat_guard_unwrap = []
compat_hash = ["hashbrown"]
compat_macros = []
compat_osraw = ["libc"]
compat_path = ["unix_path"]
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 = "compat-no-std"
readme = "README.md"
repository = "https://gitlab.com/jD91mZM2/no-std-compat"
version = "0.4.1-patch1"

[profile.dev]
panic = "abort"