[go: up one dir, main page]

ufmt-stdio 0.3.0

C stdio writer for ufmt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.ufmt]
version = "0.2"

[package]
authors = ["Douman <douman@gmx.se>"]
description = "C stdio writer for ufmt"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
license = "BSL-1.0"
name = "ufmt-stdio"
readme = "README.md"
repository = "https://github.com/DoumanAsh/ufmt-stdio"
version = "0.3.0"
[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.wasm-bindgen]
version = "0.2"
[target."cfg(not(all(target_arch = \"wasm32\", target_os = \"unknown\")))".dependencies.libc]
default-features = false
version = "0.2"