kmwenja / rkyv

rkyv format and binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rkyv

rkyv archive file format and binary that manages these files.

File Format

  • meta pointer
  • file bytes
  • meta:
    • version
    • uuid
    • date_created
    • date_updated
    • files:
      • name
      • type
      • size
      • hash
    • tags
    • search

Cli

  • rkyv create -i -t 'tag1,tag2,tag3' -s 'search1,search2,search3' file1 file2
  • rkyv update -i -t -s <rkyv_file> file1 file2
  • rkyv extract <rkyv_file>
  • rkyv info <rkyv_file>
  • rkyv list -t -T -s -S -p -c -b -a
  • rkyv scan -f <index_file>
  • rkyv index TODO

About

rkyv format and binary

License:GNU General Public License v3.0


Languages

Language:Go 98.9%Language:Makefile 1.1%