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·11 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

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Emio

These projects share indexed features with Emio. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 30 related projects→

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.

Which projects share features with viatorus/emio?

Projects with overlapping indexed features 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,…