spiro icon indicating copy to clipboard operation
spiro copied to clipboard

Rust edited transpilation posted of your version of libspiro (and not the GPL @JoesCat FontForge version)

Open ctrlcctrlv opened this issue 4 years ago • 1 comments

I plan to write a safe Rust wrapper around it, but here's what I'm calling spiro-inner: https://github.com/MFEK/spiro-inner.rlib

It's not quite spiro-sys because despite the fact it includes a lot of unsafe code, it's still pure Rust. (And has no dependencies!)

ctrlcctrlv avatar Nov 08 '21 04:11 ctrlcctrlv

This project is now spiro.rlib proper with the C2Rust stuff tranferred to inner.rs.

  • https://github.com/MFEK/spiro.rlib
  • https://docs.rs/spiro/

ctrlcctrlv avatar Dec 21 '22 04:12 ctrlcctrlv