lwprintf-rs 0.3.0

Rust bindings for the lightweight printf library lwprintf.
Documentation
[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1.2"

[[example]]
name = "print"
path = "examples/print.rs"

[lib]
name = "lwprintf_rs"
path = "src/lib.rs"

[package]
authors = ["chen linfeng <chenlinfeng25@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rust bindings for the lightweight printf library lwprintf."
edition = "2024"
homepage = "https://github.com/Godones/lwprintf-rs"
keywords = ["lwprintf", "printf", "no_std", "embedded", "os"]
license = "MIT"
name = "lwprintf-rs"
readme = "README.md"
repository = "https://github.com/Godones/lwprintf-rs"
version = "0.3.0"