4 个版本 (2 个重大更改)

使用旧的 Rust 2015

0.3.1 2017年6月24日
0.3.0 2017年6月24日
0.2.0 2017年6月17日
0.1.0 2017年6月5日

#5 in #libsixel

Download history • Rust 包仓库 205/week @ 2024-03-14 • Rust 包仓库 179/week @ 2024-03-21 • Rust 包仓库 235/week @ 2024-03-28 • Rust 包仓库 167/week @ 2024-04-04 • Rust 包仓库 194/week @ 2024-04-11 • Rust 包仓库 224/week @ 2024-04-18 • Rust 包仓库 236/week @ 2024-04-25 • Rust 包仓库 303/week @ 2024-05-02 • Rust 包仓库 279/week @ 2024-05-09 • Rust 包仓库 276/week @ 2024-05-16 • Rust 包仓库 509/week @ 2024-05-23 • Rust 包仓库 358/week @ 2024-05-30 • Rust 包仓库 267/week @ 2024-06-06 • Rust 包仓库 268/week @ 2024-06-13 • Rust 包仓库 333/week @ 2024-06-20 • Rust 包仓库 189/week @ 2024-06-27 • Rust 包仓库

1,091 每月下载量
用于 13 个crate(3 个直接使用)

MIT 许可证

5.5MB
34K SLoC

C 14K SLoC // 0.1% comments • Rust 包仓库 M4 9K SLoC // 0.2% comments • Rust 包仓库 Shell 8K SLoC // 0.2% comments • Rust 包仓库 Rust 1K SLoC // 0.0% comments • Rust 包仓库 C++ 1K SLoC // 0.1% comments • Rust 包仓库 Python 513 SLoC // 0.3% comments • Rust 包仓库 Automake 373 SLoC • Rust 包仓库 Perl 99 SLoC // 0.1% comments • Rust 包仓库 Ruby 31 SLoC // 0.1% comments • Rust 包仓库

包含 (autotools 混淆代码,540KB) libsixel/configure,(autotools 混淆代码,205KB) libsixel/examples/opengl/configure,(混淆 autoconf 代码,24KB) libsixel/configure.ac,(混淆 autoconf 代码,3KB) libsixel/examples/opengl/configure.ac

sixel-sys: Rust FFI 绑定到 libsixel

Crates.io License: MIT

sixel-sys crate 提供了对 libsixel C 库的声明和链接。此 crate 不提供对 libsixel 库的更高级抽象。


lib.rs:

libsixel 绑定

libsixel 是 DEC SIXEL 图形的编码/解码实现

SIXEL 是 Digital Equipment Corp. (DEC) 引入的用于打印机和终端成像的图像格式之一。其数据方案表示为终端友好的转义序列。因此,如果您想查看 SIXEL 图像文件,只需将其“cat”到您的终端即可。

有关更多信息,请参阅其存储库

依赖关系

~0–10MB
~105K SLoC