Metadata-Version: 2.4
Name: sltcore
Version: 0.1.0
Summary: A toolkit for handling structured data layouts and bit-level operations.
Author: fangface
License-File: LICENSE
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# StructLayoutToolkitCore

stlcore is a minimal, high‑cohesion core library for bit‑accurate binary slicing. It provides the fundamental primitives (bits_get, bits_set, InfoSize) required to build struct layout analyzers, binary editors, protocol inspectors, and low‑level testing tools. Designed for clarity, correctness, and composability.
