999.fmt 11.0.2

Requires NuGet 4.0 or higher.

dotnet add package 999.fmt --version 11.0.2                
NuGet\Install-Package 999.fmt -Version 11.0.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="999.fmt" Version="11.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 999.fmt --version 11.0.2                
#r "nuget: 999.fmt, 11.0.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install 999.fmt as a Cake Addin
#addin nuget:?package=999.fmt&version=11.0.2

// Install 999.fmt as a Cake Tool
#tool nuget:?package=999.fmt&version=11.0.2                

官方版本:https://github.com/fmtlib/fmt/releases/tag/11.0.2
- Simple [format API](https://fmt.dev/latest/api/) with positional
 arguments for localization
- Implementation of [C++20
 std::format](https://en.cppreference.com/w/cpp/utility/format) and
 [C++23 std::print](https://en.cppreference.com/w/cpp/io/print)
- [Format string syntax](https://fmt.dev/latest/syntax/) similar
 to Python\'s
 [format](https://docs.python.org/3/library/stdtypes.html#str.format)
- Fast IEEE 754 floating-point formatter with correct rounding,
 shortness and round-trip guarantees using the
 [Dragonbox](https://github.com/jk-jeon/dragonbox) algorithm
- Portable Unicode support
- Safe [printf
 implementation](https://fmt.dev/latest/api/#printf-formatting)
 including the POSIX extension for positional arguments
- Extensibility: [support for user-defined
 types](https://fmt.dev/latest/api/#formatting-user-defined-types)
- High performance: faster than common standard library
 implementations of `(s)printf`, iostreams, `to_string` and
 `to_chars`, see [Speed tests](#speed-tests) and [Converting a
 hundred million integers to strings per
 second](http://www.zverovich.net/2020/06/13/fast-int-to-string-revisited.html)
- Small code size both in terms of source code with the minimum
 configuration consisting of just three files, `core.h`, `format.h`
 and `format-inl.h`, and compiled code

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.0.2 129 12/13/2024