mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 13:25:45 +02:00
Use uint8_t when we mean uint8_t, i.e. vector<uint8_t> instead of vector<char>. Add a template parameter instead of vector so we can swap in a non-copying data type. Signed-off-by: Zygo Blaxell <bees@furryterror.org>