# Std140.rs
Provides types and an attribute macro to help write Rust structs with a memory layout that matches the
std140 memory layout as used for GLSL interface blocks (e.g. uniform blocks).
Please refer to [the documentation](https://docs.rs/std140) for details.