About

Wick is a tool for automatically generating file I/O source code.

This project is designed to speed up the process of writing code that works with data structures that get serialized to a binary format. Because we describe data structures in terms of C data types, Wick uses C struct defintions to automatically generate file I/O code.

Wick can output Python, C#, and ES6 file I/O code.