You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
329 B
6 lines
329 B
7 months ago
|
# Utility Code
|
||
|
|
||
|
The util/ folder is meant to house core utility classes and logic that can be
|
||
|
used by everything else in the Open Screen repository. Code here is permitted
|
||
|
to include platform/api/ -- same as the rest of the repository. Includes things
|
||
|
like string utils, the JSON serializer, our std_util.h header, and the alarm.
|