trident 0.2.1

A struct that stores a `T`, either inline or, if `T` is larger than 3 words, allocated
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Rob Pilling <robpilling@gmail.com>"]
description = "A struct that stores a `T`, either inline or, if `T` is larger than 3 words, allocated"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "trident"
repository = "https://github.com/bobrippling/trident"
resolver = "2"
version = "0.2.1"