restd 0.3.0

A re-implementation of various std features
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "restd"
version = "0.3.0"
edition = "2021"

description = "A re-implementation of various std features"
authors = ["Kyllingene"]
license = "MIT"

[features]
default = ["std"]
std = ["alloc"]
alloc = []