fmt
1.1、fmt简介
是什么 ?:an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.
开发语言:C++
官方网址:https://fmt.dev
源码仓库:https://github.com/fmtlib/fmt
1.2、通过包管理器安装fmt
操作系统包管理器安装命令
Allvcpkg
vcpkg install fmt
vcpkg install fmt:x64-osx
vcpkg install fmt:x64-linux
vcpkg install fmt:x64-windows
macOSHomeBrewbrew install fmt
GNU/LinuxHomeBrewbrew install fmt
aptsudo apt-get install -y fmt
CentOSyumsudo yum install -y fmt
dnfsudo dnf install -y fmt
openSUSEzyppersudo zypper install -y fmt
Alpine Linuxapksudo apk add fmt

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm fmt
Gentoo LinuxPortagesudo emerge fmt
1.3、通过编译源码安装fmt
1.4、fmt中包含的头文件
1.5、fmt中包含的库文件
  • libfmt.{a | so | dylib}