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 205/week @ 2024-03-14 179/week @ 2024-03-21 235/week @ 2024-03-28 167/week @ 2024-04-04 194/week @ 2024-04-11 224/week @ 2024-04-18 236/week @ 2024-04-25 303/week @ 2024-05-02 279/week @ 2024-05-09 276/week @ 2024-05-16 509/week @ 2024-05-23 358/week @ 2024-05-30 267/week @ 2024-06-06 268/week @ 2024-06-13 333/week @ 2024-06-20 189/week @ 2024-06-27

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

MIT 许可证

5.5MB
34K SLoC

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

包含 (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