utf8proc-sys 0.1.2

Unsafe rust bindings to the utf8proc library
Documentation
1
2
3
4
5
6
7
8
9
#include <stdio.h>
#include <utf8proc.h>

int
main(void)
{
  printf("%s\n", utf8proc_version());
  return 0;
}