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: about 1 month ago arduino-stringsafestring
Related projects:
Repository | Description | Stars |
---|---|---|
btwael/superstring | An efficient string library optimized for memory and CPU usage using the Rope data structure | 291 |
ericzimmerman/bstrings | A utility for searching and processing strings in various formats and encodings. | 120 |
simoncropp/naughtystrings | A tool for identifying and mitigating common security vulnerabilities in C code strings | 226 |
gagolews/stringi | A package providing a fast and portable way to process character strings with Unicode support | 304 |
vindarel/cl-str | A modern and consistent Common Lisp library for string manipulation. | 309 |
maxim2266/str | A lightweight C library providing string manipulation functions. | 307 |
copperspice/cs_libguarded | Provides a type-safe interface to prevent race conditions in multithreaded programming by controlling access to shared data. | 226 |
blady-com/uxstrings | Improves the representation of character strings in Ada GUI applications to handle internationalization and Unicode support more efficiently | 11 |
imageworks/pystring | A set of C++ functions mimicking Python string class methods using std::string. | 954 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 919 |
philogy/safeconsole | A memory-preserving logging library for Solidity applications. | 50 |
r1chardj0n3s/parse | A library that parses strings using a specification based on the Python format() syntax | 1,713 |
ashvardanian/stringzilla | A library that provides optimized string manipulation functions to improve performance on modern CPUs. | 2,223 |
esemplastic/unis | A common architecture for string utilities in the Go programming language | 70 |
foonathan/type_safe | A set of C++ utilities to prevent bugs at compile time using the type system. | 1,542 |