SafeString
String processor library
A set of C++ libraries for safe and robust string processing on Arduino boards.
This SafeString library is designed for beginners to be a safe, robust and debuggable replacement for string processing in Arduino. Note, this is NOT my work, I am simply hosting it for easy access. The original code belongs to Forward Computing and Control Pty. Ltd.
38 stars
8 watching
12 forks
Language: C++
last commit: 5 months ago arduino-stringsafestring
Related projects:
Repository | Description | Stars |
---|---|---|
| An efficient string library optimized for memory and CPU usage using the Rope data structure | 291 |
| A utility for searching and processing strings in various formats and encodings. | 121 |
| A tool for identifying and mitigating common security vulnerabilities in C code strings | 234 |
| A package providing a fast and portable way to process character strings with Unicode support | 306 |
| A modern and consistent Common Lisp library for string manipulation. | 312 |
| A lightweight C library providing string manipulation functions. | 312 |
| A header-only library for preventing race conditions in multithreaded programming by tying data and locks together in a type-safe interface. | 229 |
| Improves the representation of character strings in Ada GUI applications to handle internationalization and Unicode support more efficiently | 11 |
| A set of C++ functions mimicking Python string class methods using std::string. | 969 |
| A lightweight and fast parsing library for C#. | 931 |
| A memory-preserving logging library for Solidity applications. | 50 |
| A library that parses strings using a specification based on the Python format() syntax | 1,732 |
| A library that provides optimized string manipulation functions to improve performance on modern CPUs. | 2,290 |
| A common architecture for string utilities in the Go programming language | 70 |
| A set of C++ utilities to prevent bugs at compile time using the type system. | 1,545 |