tectonic_bridge_harfbuzz 0.3.3

Expose the Harfbuzz C/C++ APIs to Rust/Cargo.
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]))