Registry / other / pango-sys

pango-sys

JSON →
library0.22.0rscratesunverified

FFI bindings to libpango-1.0

# Cargo.toml [dependencies] pango-sys = "0.22.0"
INSTALL
IMPORT
SIG · PANGO-SYS
P
pango-sys
otherrustv0.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PangoLayout
use pango_sys::PangoLayout;

Access Pango layout via FFI

use pango_sys::PangoLayout; fn main() { // Requires Pango context initialization println!("Pango FFI bindings available"); }
Debug
Known issues
gotchaRequires system library libpango-1.0 installed
fix
Install pango development package (e.g., libpango1.0-dev on Debian)
affects: >=0.0.0
Upgrade
Version history
0.22.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pango-sys — cargo add pango-sys · libregistry