bogo-alloc 0.1.0

An allocator that makes C/C++ developers feel right at home.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.libc]
default-features = false
version = "0.2.148"

[dependencies.nanorand]
default-features = false
features = ["wyrand"]
version = "0.7.0"

[package]
authors = ["FlareFlo"]
description = "An allocator that makes C/C++ developers feel right at home."
edition = "2021"
license-file = "LICENSE"
name = "bogo-alloc"
repository = "https://github.com/FlareFlo/bogo-alloc"
version = "0.1.0"