LegNeato / unsafe-h3lib

h3lib transpiled to rust by c2rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A pure rust implementation of h3. h3's C code was translated to Rust via c2rust and then manually edited to get it to work.

Status

  • The h3lib library builds via cargo.
  • The helper apps, tests, and benchmarks all build and run via cargo.
  • A couple of the tests fail due to lack of f128 support in Rust.

Licence

The majority of this code is auto-translated from h3, so the same license applies (Apache 2.0).

About

h3lib transpiled to rust by c2rust

License:Apache License 2.0


Languages

Language:Rust 100.0%