no-std-compat 0.1.0

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

[dev-dependencies]
libc = "0.2.51"

[profile.dev]
panic = "abort"

[features]
alloc = []
std = []
compat_hash = []
compat_macros = []