bhtmp

Crates.iobhtmp
lib.rsbhtmp
version1.0.0
sourcesrc
created_at2023-07-16 18:55:03.043996
updated_at2023-07-16 18:57:18.542191
descriptionA package to read .bhtmp files.
homepage
repositoryhttps://github.com/asciiboi/bhtmp/
max_upload_size
id917897
size2,901
(asciiboi)

documentation

README

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()
);


Commit count: 6

cargo fmt