RubixDev / rustmatica

A Rust crate for working with Minecraft litematica files
https://crates.io/crates/rustmatica
GNU General Public License v3.0
10 stars 2 forks source link

Where are the docs #1

Closed yeetus-maximus closed 1 year ago

RubixDev commented 1 year ago

I sadly pretty much abandoned this project before having a first real version released and thus never ended up adding any docs. There are, however, two examples in the examples folder and some tests you could have a look at. Just so it at least is usable in its current state, I published a version 0.1.0 on crates.io now. I want to return to this project as soon as I find time and motivation

yeetus-maximus commented 1 year ago

k thx

RubixDev commented 1 year ago

And in case you have any further questions, feel free to ask here

yeetus-maximus commented 1 year ago

is there any reason for using fastnbt instead of hematite

RubixDev commented 1 year ago

Well it was the first one I found and it did what I needed. Also I contributed to it and added a nbt! macro and support for (de)serializing Minecraft's UUIDs as 128-bit integers. So unless there is a good reason to switch to hematite or quartz I will probably stay with fastnbt as I didn't have any problems with it yet.

RubixDev commented 4 months ago

I've now finally added some documentation: https://docs.rs/rustmatica/