[go: up one dir, main page]

libc-print 0.1.23

println! and eprintln! macros on libc without stdlib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libc-print"
version = "0.1.23"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
edition = "2018"
description = "println! and eprintln! macros on libc without stdlib"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mmastrac/rust-libc-print"
readme = "README.md"

[lib]
name = "libc_print"

[dependencies]
libc = { version = "0.2.148", default-features = false }