AlexanderJDupree / Bridges

HTTP/S Server and Library for C++
MIT License
2 stars 0 forks source link

[TASK] - Add fmt library to project #9

Open AlexanderJDupree opened 4 years ago

AlexanderJDupree commented 4 years ago

Overview

Add the fmt string formatting library to the project

Context

The fmt is awesome and I've been looking for an excuse to use it more for a while now. I think it'll be very useful in building up strings to send in the response. So we should definitely add it to our project.