[go: up one dir, main page]

libc-print 0.1.17

println! and eprintln! macros on libc without stdlib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.libc]
default-features = false
version = "0.2.101"

[lib]
name = "libc_print"

[package]
authors = ["Matt Mastracci <matthew@mastracci.com>"]
description = "println! and eprintln! macros on libc without stdlib"
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "libc-print"
readme = "README.md"
repository = "https://github.com/mmastrac/rust-libc-print"
version = "0.1.17"