diff --git a/README.md b/README.md index 11c2f7e..44442c3 100644 --- a/README.md +++ b/README.md @@ -9,33 +9,9 @@ ALLCING is a structured logging library featuring on lightweightness. - written in C23 - single header -- stream abstraction - compact log data with simple binary format - completely-free license (WTFPLv2) -# Log Data Format - -``` -# [TOKEN] means TOKEN is optional -# means TOKEN is constant and refer allcing.h for actual value - -ROOT := CHUNK_BEGIN | CHUNK_END | CHUNK_CHECK - -CHUNK_BEGIN := [CHUNK_DATA] -CHUNK_END := [CHUNK_DATA] -CHUNK_CHECK := [CHUNK_DATA] - -CHUNK_DATA := CHUNK_PAD | CHUNK_BLOB | CHUNK_CTX | CHUNK_LOC | CHUNK_DATA -CHUNK_PAD := PAD -CHUNK_BLOB := BLOB -CHUNK_CTX := UINT(64) UINT(16) -CHUNK_LOC := BLOB - -PAD := -BLOB := -UINT(x) := -``` - # License Do What The Fuck You Want to Public License v2