1 stable release

1.0.0 Jul 16, 2023
0.1.0 Jul 16, 2023

#2964 in Parser implementations

42 downloads per month

GPL-3.0-only

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

~13MB
~60K SLoC