Found 22 packages
Provide a printf replacement with colors. This library provide a colorprintf function where colors can be set for a range using the syntax : $foreground;background[text] For example: colorprintf "Hello $red[%s]." "world"
Printf binding library for Bridge.NET projects.
An F# library to allow using printf style strings in more places.
A 10x faster drop-in replacement for the built-in F# Printf module
A 100x faster drop-in replacement for the built-in F# Printf module.
SecondLanguage lets you use Gettext files in .NET without a lot of hassle. It can read and write both .mo and .po, and fully supports message contexts and plural forms. A C-style printf formatter is included so you don't have to use .NET-specific translations.
Printf-style logging for structured loggers.
MaulingMonKey's Format Macros. Currently just provides MMK_FORMAT_TRUNC(name, length, format, ...) shorthand with all the warnings turned up.
Expecto.Logging.ILogger -> Microsoft.Extensions.Logging.ILogger adapter
Microsoft.Extensions.Logging.ILogger -> Suave.Logging.ILogger adapter
ConsoleLogger support for Fable FSharp.Logf.
A fast and thread-safe WPF text viewer for colored text. Including F# printf formatting. Based on AvalonEdit
fmt is an open-source formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams. This package bundles the static libraries for Visual Studio 2013 and 2015.
Minimal, type safe printf replacement library for C++
FsEye listens for additions and updates to variables within FSI sessions, allowing you to reflectively examine properties of captured values through a visual interface. It also allows you to programmatically add and update eye watches, effectively ending the era of printf REPL debugging.
Enables Windows trace PreProcessor (WPP) in Windows/Windows Phone Store apps. Traces are mostly unstructured (aka printf-style tracing). For documentation see https://github.com/mmaitre314/TraceWpp .
Organizes 3D printing project folders by sorting G-code, project, and source files.
WPF 中打印功能 处理 PDF 可用 的是FreeSpire.PDF 及一些WPF 自身携携带的打印类库
官方版本: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
Fesher is a library for colorful console output in the F# scripting editor Fesh