printf-compat 0.3.1

printf reimplemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "printf-compat"
description = "printf reimplemented in Rust"
version = "0.3.1"
repository = "https://github.com/lights0123/printf-compat"
edition = "2024"
license = "MIT OR Apache-2.0"
readme = "README.md"
categories = ["development-tools::ffi", "embedded", "no-std", "no-std::no-alloc"]

[dependencies]
bitflags = "2.9.1"
itertools = { version = "0.14.0", default-features = false }

[features]
default = ["std"]
std = []