maplibre_native 0.8.2

Rust bindings to the MapLibre Native map rendering engine
Documentation
1
2
3
4
5
6
7
#include <cstdint>
#include <string>
#include "rust/cxx.h"

namespace mln::bridge {
std::string rustSliceToString(const rust::Slice<const uint8_t>& slice);
}