rosie-sys 1.3.0

A crate to build or link to librosie to access the Rosie Pattern Language
1
2
3
4
5
6
7
#include <librosie.h>

int main() {
  str smoke_str = rosie_new_string((byte_ptr)"smoke", 5);
  return (int) smoke_str.len;
}