awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ldoolitt avatar

ldoolitt/mini-printfFork

0
View on GitHub↗
0 stars·2 forks·C·8 views

Mini Printf

Minimal printf() implementation for embedded projects.

Features

  • Formatting and Logging - Minimal printf implementation for embedded projects.

Star history

Star history chart for ldoolitt/mini-printfStar history chart for ldoolitt/mini-printf

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Mini Printf

Similar open-source projects, ranked by how many features they share with Mini Printf.
  • wemobiledev/articleWeMobileDev avatar

    WeMobileDev/article

    4,395View on GitHub↗

    This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full

    View on GitHub↗4,395
  • charlesnicholson/nanoprintfcharlesnicholson avatar

    charlesnicholson/nanoprintf

    829View on GitHub↗

    nanoprintf is an unencumbered implementation of snprintf and vsnprintf for embedded systems that, when fully enabled, aim for C11 standard compliance. The primary exceptions are scientific notation (%e, %g), and locale conversions that require wcrtomb to exist. C23 binary integer output is…

    C++
    View on GitHub↗829
  • cjlano/tinyprintfcjlano avatar

    cjlano/tinyprintf

    254View on GitHub↗

    A tiny printf and sprintf library for small embedded systems

    C
    View on GitHub↗254
  • binarymaker/embedded-diagnostic-loggerbinarymaker avatar

    binarymaker/embedded-diagnostic-logger

    10View on GitHub↗

    lightweight logger framework for small microcontroller based projects. Multilevel log and token based string transfer.

    C
    View on GitHub↗10
See all 19 alternatives to Mini Printf→

Frequently asked questions

What does ldoolitt/mini-printf do?

Minimal printf() implementation for embedded projects.

What are the main features of ldoolitt/mini-printf?

The main features of ldoolitt/mini-printf are: Formatting and Logging.

What are some open-source alternatives to ldoolitt/mini-printf?

Open-source alternatives to ldoolitt/mini-printf include: wemobiledev/article — This repository is a collection of technical knowledge and solutions focused on mobile application development,… charlesnicholson/nanoprintf — nanoprintf is an unencumbered implementation of snprintf and vsnprintf for embedded systems that, when fully enabled,… cjlano/tinyprintf — A tiny printf and sprintf library for small embedded systems. eyalroz/printf — Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded… fmtlib/fmt — fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a… binarymaker/embedded-diagnostic-logger — lightweight logger framework for small microcontroller based projects. Multilevel log and token based string transfer.