Skip to content

ex-ref/printa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{printa}

Simple, (nearly) single-header fmtlib/fmt wrapper library written in c++

Example:

https://imgur.com/nv5UfSr.png

Code

#include "printa/printa.hpp"

auto main( int argc, char** argv ) -> int
{
        printa->project<3>( "printa" );

        printa->print<ok>( "hello world\n" );
        printa->print<input>( "input : \n" );
        printa->print<loading>( "loading...\n" );
        printa->print<fail>( "error!\n" );

        return std::getchar( );
}

Credits:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages