This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Fontconfig crate revamp
I am one of the maintainers of the fontconfig crate. I've recently worked on a revamp of the API to better handle and surface errors. Many of the functions now return Result, which they did not do before. The changes were made in this PR:
I've published a pre-release version: 0.11.0-rc.1. The docs are available at:
If anyone has any feedback on the new state of things, or the documentation, I'd be happy to hear it.