third_party.pigweed.src/pw_bytes
shaneajg 3181d18e36 pw_bytes: Added an ordered put method for values
Added functionality to insert values to the buffer in the endianness
order as specified by the user.

Change-Id: Ie33ac7a38a35cdd1cfdb2952233d13f09242cc8c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/12472
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Shane Gomindes <shaneajg@google.com>
2020-06-19 21:01:52 +00:00
..
public/pw_bytes pw_bytes: Added an ordered put method for values 2020-06-19 21:01:52 +00:00
BUILD pw_bytes: Module for bytes manipulation. 2020-06-16 22:29:31 +00:00
BUILD.gn pw_bytes: Module for bytes manipulation. 2020-06-16 22:29:31 +00:00
byte_builder_test.cc pw_bytes: Added an ordered put method for values 2020-06-19 21:01:52 +00:00
byte_builder.cc pw_bytes: Added an ordered put method for values 2020-06-19 21:01:52 +00:00
CMakeLists.txt pw_bytes: Module for bytes manipulation. 2020-06-16 22:29:31 +00:00
docs.rst pw_bytes: Added an ordered put method for values 2020-06-19 21:01:52 +00:00
README.md pw_bytes: Module for bytes manipulation. 2020-06-16 22:29:31 +00:00

pw_bytes: Embedded-friendly C++ bytes manipulation primitives