Skip to content
Changes:
    - Remove some unneeded public methods of File and Chunk.
    - Add docstrings.
    - Share file references via Rc<RefCell<File>> instead of cloning to
      avoid having too many open file handles.
    - Change project license to MIT only.