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.

GitHub

38 stars
8 watching
12 forks
Language: C++
last commit: 3 months 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. 121
simoncropp/naughtystrings A tool for identifying and mitigating common security vulnerabilities in C code strings 234
gagolews/stringi A package providing a fast and portable way to process character strings with Unicode support 306
vindarel/cl-str A modern and consistent Common Lisp library for string manipulation. 312
maxim2266/str A lightweight C library providing string manipulation functions. 312
copperspice/cs_libguarded A header-only library for preventing race conditions in multithreaded programming by tying data and locks together in a type-safe interface. 229
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. 969
benjamin-hodgson/pidgin A lightweight and fast parsing library for C#. 931
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,732
ashvardanian/stringzilla A library that provides optimized string manipulation functions to improve performance on modern CPUs. 2,290
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,545