Registry / other / sixel-sys

sixel-sys

JSON →
library0.5.0rscratesunverified

FFI bindings to libsixel for encoding and decoding Sixel graphics.

# Cargo.toml [dependencies] sixel-sys = "0.5.0"
INSTALL
IMPORT
SIG · SIXEL-SYS
S
sixel-sys
otherrustv0.5.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.

sixel_encoder_new
use sixel_sys::sixel_encoder_new;

Create a new Sixel encoder using the raw FFI binding.

use sixel_sys::sixel_encoder_new; fn main() { unsafe { let encoder = sixel_encoder_new(); println!("Encoder created: {:?}", encoder); } }
Debug
Known issues
gotchaRequires libsixel to be installed on the system.
fix
Install libsixel via your package manager (e.g., apt install libsixel-dev).
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
sixel-sys — cargo add sixel-sys · libregistry