pw_bytes: Module for bytes manipulation. Added a ByteBuffer module which contains a collection of utilities for manipulating binary data. Change-Id: Ia071c3e68a1ada63232fcb56f3d2d8171bac0778
diff --git a/pw_bytes/docs.rst b/pw_bytes/docs.rst new file mode 100644 index 0000000..83e9f1b --- /dev/null +++ b/pw_bytes/docs.rst
@@ -0,0 +1,32 @@ +.. _chapter-pw-bytes: + +.. default-domain:: cpp + +.. highlight:: sh + +--------- +pw_bytes +--------- +pw_bytes is a collection of utilities for manipulating binary data. + +Compatibility +============= +C++17 + +Dependencies +============ +* ``pw_preprocessor`` +* ``pw_status`` +* ``pw_span`` + +Features +======== + +pw::ByteBuilder +----------------- +ByteBuilder is a utility class which facilitates the creation and +building of formatted bytes in a fixed-size buffer. + +Future work +^^^^^^^^^^^ +* Adding Endianness