pprintpp
Type-safe printf
A C++ library that provides safe and easy-to-use printf-like formatting with automatic type deduction at compile time.
Typesafe Python Style Printf Formatting for C++
233 stars
18 watching
12 forks
Language: C++
last commit: 12 months ago
Linked from 1 awesome list
format-printfprintfpython-style-printf
Related projects:
Repository | Description | Stars |
---|---|---|
c42f/tinyformat | A minimalistic printf replacement library for C++ that provides type safety and extensibility. | 537 |
imqs/tsf | A C++ library for formatting strings in a type-safe way. | 7 |
charlesnicholson/nanoprintf | An implementation of snprintf and vsnprintf for embedded systems with minimal overhead. | 609 |
atugushev/flake8-printf-formatting | Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
mplanchard/safetywrap | Typesafe wrappers for handling errors and absent data in Python | 44 |
fschutt/printpdf | A PDF generation library with advanced features like layers, graphics, and typography. | 827 |
harfbuzz/ttf-parser | A high-level TrueType font parser with a safe, zero-allocation API | 630 |
parroty/exprintf | A printf/sprintf library as a wrapper for Elixir's :io.format to simplify usage and conversion between its format string syntax and the language's standard input/output functions. | 33 |
suned/pfun | A Python implementation of functional programming concepts with asynchronous and type-safe features. | 151 |
techprimate/tppdf | A lightweight PDF builder for iOS and macOS written in Swift, allowing developers to easily generate PDF documents with various features. | 744 |
libsdl-org/sdl_ttf | Provides an interface to render TrueType fonts in SDL applications | 398 |
pgf-tikz/pgf | A TeX macro package for generating graphics with a user-friendly syntax layer called TikZ. | 1,142 |
foonathan/type_safe | A set of C++ utilities to prevent bugs at compile time using the type system. | 1,542 |
pomax/the-cff-table | Provides a simplified CFF data block format for use in OpenType fonts | 18 |
robhz786/strf | A C++ library for formatting and transcoding text | 70 |