kwui-cli 0.1.2

Command line tool for kwui - A GUI library with JSX/CSS support
docs.rs failed to build kwui-cli-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: kwui-cli-0.2.2

kwui-cli

kwui-rs 的命令行工具

快速开始

  • 安装
    cargo add kwui-cli
    
    
  • 打包
    # 将 assets 目录做为根目录,打包成资源文件
    
    kwui pack-archive res.ar assets:/
    
    
  • 参数说明
    kwui --help
    
    kwui pack-archive --help
    
    kwui unpack-archive --help
    
    kwui list-archive --help
    
    

内部实现

  • 资源索引使用三叉树,支持按路径查找
  • 资源数据,如果非图片,使用LZF算法压缩