blob: 83e9f1b881da6c940813bd998db7e296aac22f1c [file] [log] [blame]
shaneajg9c19db42020-06-11 15:49:51 -04001.. _chapter-pw-bytes:
2
3.. default-domain:: cpp
4
5.. highlight:: sh
6
7---------
8pw_bytes
9---------
10pw_bytes is a collection of utilities for manipulating binary data.
11
12Compatibility
13=============
14C++17
15
16Dependencies
17============
18* ``pw_preprocessor``
19* ``pw_status``
20* ``pw_span``
21
22Features
23========
24
25pw::ByteBuilder
26-----------------
27ByteBuilder is a utility class which facilitates the creation and
28building of formatted bytes in a fixed-size buffer.
29
30Future work
31^^^^^^^^^^^
32* Adding Endianness