trident

Crates.iotrident
lib.rstrident
version0.2.1
sourcesrc
created_at2021-11-22 21:40:27.68283
updated_at2021-11-27 14:26:02.377675
descriptionA struct that stores a `T`, either inline or, if `T` is larger than 3 words, allocated
homepage
repositoryhttps://github.com/bobrippling/trident
max_upload_size
id485867
size11,212
Rob Pilling (bobrippling)

documentation

README

A struct that stores a T, either inline or, if T is larger than 3 words, allocated.

This mirrors how Swift's non-specialised array works.

Commit count: 5

cargo fmt