1 stable release
| 1.0.0 | Jul 16, 2023 |
|---|---|
| 0.1.0 |
|
#7 in #v-v
3KB
Bhtmp
A reader for the bhtmp file format.
Usage
use bhtmp::Bhtmp;
let map: Bhtmp = bhtmp::Bhtmp::new(
include_bytes!("./HeightMap.bhtmp")
.iter()
.map(|v|*v)
.collect()
);
Dependencies
~5.5MB
~71K SLoC