memconstruct 0.1.0

Create values directly anywhere in memory. Create values directly on the heap.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.memconstruct_macros]
version = "0.1.0"

[package]
description = "Create values directly anywhere in memory. Create values directly on the heap."
edition = "2021"
keywords = ["memory", "optimisation"]
license = "MIT"
name = "memconstruct"
readme = "README.md"
repository = "https://github.com/DrSloth/memconstruct"
resolver = "1"
version = "0.1.0"