yeslogic / fontconfig-rs

Safe wrapper around freedesktop.org's fontconfig library, for locating fonts on UNIX like systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use const CStr if/when stabilised

wezm opened this issue · comments

Requires the const_cstr_unchecked feature.

Using cstr crate instead for better ergonomics. #37