arbintrary 0.1.1

Proof of concept for arbitrary integer sizes using generic const.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

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

[package]
authors = ["npars <npars@users.noreply.github.com>"]
categories = ["embedded", "no-std", "data-structures"]
description = "Proof of concept for arbitrary integer sizes using generic const."
edition = "2018"
keywords = ["integer", "unaligned", "misaligned"]
license = "Apache-2.0/MIT"
name = "arbintrary"
readme = "README.md"
repository = "https://github.com/npars/arbintrary.git"
version = "0.1.1"