1 stable release
1.0.0 | Jul 16, 2023 |
---|---|
0.1.0 |
|
#245 in #reader
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
~5MB
~62K SLoC