Metadata-Version: 2.1
Name: pycbuf
Version: 0.1.1
Summary: Python implementation of CBUF message serialization
Home-page: https://github.com/Verdant-Robotics/cbuf
Author: Verdant Robotics
Author-email: info@verdantrobotics.com
License: Apache 2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# cbuf

This is a lightweight implementation of data serialization.
Whenever possible, there will be no serialization, just plain
struct memory copy.

Directory structure:
- src: main cbuf functionality
- ulog: ULogger class
- test: tests both core cbuf and ulog functionality
- pycbuf: python
