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
·
Viatorus avatar

Viatorus/emio

0
View on GitHub↗
185 stars·8 forks·C++·MIT·4 viewsviatorus.github.io/emio↗

Emio

A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint.

Features

  • Data Formatting - High-level character I/O library for C++20.
  • Formatting and Logging - Small binary footprint formatting using C++20.
  • General Utilities - Safe and fast character input and output library.

Star history

Star history chart for viatorus/emioStar history chart for viatorus/emio

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 Emio

Similar open-source projects, ranked by how many features they share with Emio.
  • fmtlib/fmtfmtlib avatar

    fmtlib/fmt

    23,596View on GitHub↗

    fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a high-performance string buffer utility and provided the basis for the formatting features introduced in the C++20 standard. The library shifts format string validation and size computation to the compilation phase to prevent runtime crashes and increase execution speed. It utilizes a memory-efficient interface to write formatted data directly into buffers, minimizing allocations and eliminating intermediate string overhead. The project covers a broad range of text processing ca

    C++
    View on GitHub↗23,596
  • mobius3/asapmobius3 avatar

    mobius3/asap

    77View on GitHub↗

    A C++ header-only library for creating, displaying, iterating and manipulating dates

    C++
    View on GitHub↗77
  • louisdx/cxx-prettyprintlouisdx avatar

    louisdx/cxx-prettyprint

    570View on GitHub↗

    A header-only library for C++(0x) that allows automagic pretty-printing of any container.

    C++
    View on GitHub↗570
  • p-ranav/pprintp-ranav avatar

    p-ranav/pprint

    935View on GitHub↗

    Pretty Printer for Modern C++

    C++
    View on GitHub↗935
See all 30 alternatives to Emio→

Frequently asked questions

What does viatorus/emio do?

A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint.

What are the main features of viatorus/emio?

The main features of viatorus/emio are: Data Formatting, Formatting and Logging, General Utilities.

What are some open-source alternatives to viatorus/emio?

Open-source alternatives to viatorus/emio include: fmtlib/fmt — fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a… p-ranav/tabulate — Table Maker for Modern C++. mobius3/asap — A C++ header-only library for creating, displaying, iterating and manipulating dates. louisdx/cxx-prettyprint — A header-only library for C++(0x) that allows automagic pretty-printing of any container. p-ranav/pprint — Pretty Printer for Modern C++. wemobiledev/article — This repository is a collection of technical knowledge and solutions focused on mobile application development,…