6 releases (breaking)
Uses old Rust 2015
0.5.0 | Feb 22, 2025 |
---|---|
0.4.0 | Feb 18, 2025 |
0.3.1 | Jun 24, 2017 |
0.2.0 | Jun 17, 2017 |
0.1.0 | Jun 5, 2017 |
#6 in #sixel
1,826 downloads per month
Used in 15 crates
(3 directly)
5MB
35K
SLoC
Contains (autotools obfuscated code, 605KB) libsixel/configure, (autotools obfuscated code, 205KB) libsixel/examples/opengl/configure, (obscure autoconf code, 25KB) libsixel/configure.ac, (obscure autoconf code, 3KB) libsixel/examples/opengl/configure.ac
sixel-sys: Rust FFI bindings for libsixel
The sixel-sys
crate provides delcarations and linkage for the libsixel
C library.
This crate does not provide higher-level abstractions over the libsixel
library.
lib.rs
:
Bindings to libsixel
libsixel is an encoder/decoder implementation for DEC SIXEL graphics
SIXEL is one of image formats for printer and terminal imaging introduced by Digital Equipment Corp. (DEC). Its data scheme is represented as a terminal-friendly escape sequence. So if you want to view a SIXEL image file, all you have to do is "cat" it to your terminal.
For additional information, please check its repo