const-layout

Crates.ioconst-layout
lib.rsconst-layout
version0.1.1
sourcesrc
created_at2020-03-13 23:29:35.808493
updated_at2020-04-23 06:43:13.865965
descriptionCompile Time checked Layout bounds
homepage
repositoryhttps://github.com/lperlaki/const-layout-rs
max_upload_size
id218393
size3,496
Liam Perlaki (lperlaki)

documentation

README

Const Layout

Compile time checked Layout bounds.

Example

the input and output type must habe the same size

use const_layout::EqSize;

fn must_have_same_size<I: EqSize<O>, O>(input: I) -> O {
    ...
}

Commit count: 3

cargo fmt