harfbuzz-sys 0.6.1

Rust bindings to the HarfBuzz text shaping engine
Documentation
1
2
3
4
5
6
#!/usr/bin/env python3

import sys
from os import path

print(path.relpath(sys.argv[1], sys.argv[2]))