2025-02-05 10:09:35 +08:00

360 B

Built from here. This is built into static libraries and then linked into the rust project. Importantly we need to compile static libraries for each platform we intend to support.

Linking static libraries instead of compiling from c++ source should make it easier to maintain the build.rs script.