libmoo

Zig library for encoding and decoding Roon WebSocket message

Commits at f2cc18d9d98478412ecb5540e05bb215ce6218ac

  1. f2cc18d9 Move parser context out of data structs Presence of "context" field and such prevented me from writing serializer (builder, encoder) and clean C API. I'm still not sure how to design C API for this, but this patch would definitely help serializer. Shota FUJI authored at Shota FUJI comitted at
  2. 57ad36db Body parsing Although parsing functionality is complete, API is mess. So this project is not ready yet. Shota FUJI authored at Shota FUJI comitted at
  3. 629d011e Fix incorrect test descriptions "Metadata.parse()" is a static method. Shota FUJI authored at Shota FUJI comitted at
  4. a9b3dac0 Header parsing Shota FUJI authored at Shota FUJI comitted at
  5. e15a535c Metadata parsing Shota FUJI authored at Shota FUJI comitted at
  6. de120c19 Initial draft for main Zig API Shota FUJI authored at Shota FUJI comitted at
  7. b69b4858 Foundation for Zig library project Shota FUJI authored at Shota FUJI comitted at
  8. ae3da926 Configure base text styles and formatting Shota FUJI authored at Shota FUJI comitted at
  9. 72aa309d Create license files This project will be available as Zero-Clause BSD or Apache-2.0 Shota FUJI authored at Shota FUJI comitted at