Registry / other / pango
library0.22.6rscratesunverified

Rust bindings for the Pango library, providing text layout and rendering.

# Cargo.toml [dependencies] pango = "0.22.6"
INSTALL
IMPORT
SIG · PANGO
P
pango
otherrustv0.22.6
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.

Layout
use pango::Layout;

Creates a new Pango Layout for text layout operations.

use pango::Layout; fn main() { let layout = Layout::new(); println!("Layout created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.22.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pango — cargo add pango · libregistry