Skip to content
#

cbor

Here are 6 public repositories matching this topic...

EXtremeZip,极限压缩,个人实现的一个压缩软件和对应的数据格式定义,此仓库是完整版代码。使用VictoriaFreSh(个人的另一个项目)打包目录树。使用LZMA压缩,压缩比例接近xz。目前仅有Ruby语言实现的命令行版本,包含一个核心库和一个轻薄的可执行程序封装,因此其接口可被其它Ruby代码使用,实际上也已经被个人的其它项目使用。

  • Updated Jun 10, 2023
  • Ruby

VictoriaFreSh,使用多种语言实现的虚拟文件系统库,用于将一个目录树打包成字节流,并在之后从字节流中提取出指定路径的文件或目录树。目前有Ruby和Android Java两种语言的实现。使用CBOR作为数据结构的基础。被用于个人的其它项目中,抽象出一个虚拟文件系统,随应用程序携带或传送目录树。

  • Updated Aug 30, 2021
  • Ruby

Improve this page

Add a description, image, and links to the cbor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cbor topic, visit your repo's landing page and select "manage topics."

Learn more