faststd 0.1.2

A fast standard library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# FastStd

A fast standard library for Rust.

See https://docs.rs/faststd/latest/faststd/ for more information.

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
faststd = "0.1.2"
```