kwui-cli 0.2.0-beta.0

Command line tool for kwui - A GUI library with JSX/CSS support
docs.rs failed to build kwui-cli-0.2.0-beta.0
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

Command line helpers for kwui-rs

Quick start

  • Install
    cargo add kwui-cli
    
    
  • Packaging resources
    # Pack 'assets' directory as kwui gui resources
    
    kwui pack-archive res.ar assets:/
    
    
  • Parameters
    kwui --help
    
    kwui pack-archive --help
    
    kwui unpack-archive --help
    
    kwui list-archive --help
    
    

Technical internals

  • Resources indexed by 3-branch trie.
  • Optional Lzf compression for non-images.