minetestworld
This crate lets you read minetest worlds in a low-level way.
Usage
As this crate returns async-std based futures, you have to specify that along the dependencies:
[]
= "0.3"
= "1"
Here is an example that reads all nodes of a specific map block:
use ;
use task;
See https://github.com/UgnilJoZ/minetest-worldmapper for a real-world example.