Skip to content
/ nfmt Public

A naive C++ format library implementation with C++ 17.

Notifications You must be signed in to change notification settings

LYP951018/nfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfmt

A naive C++ format library implementation with C++ 17.

#Usage

#include "Fmt.hpp"
#include <string>

int main()
{
    using namespace std::string_literals;
    const auto str = Format("I'm {} years old and grade {}.\n {} {{}}", 2, 3, "This is a brace "s);
}

About

A naive C++ format library implementation with C++ 17.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages