tinyrlibc 0.2.2

Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies.cc]
version = "1.0"

[dependencies]

[features]
lp32 = []
lp64 = []

[package]
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
description = "Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust"
edition = "2018"
license-file = "LICENCES.md"
name = "tinyrlibc"
readme = "README.md"
repository = "https://github.com/thejpster/tinyrlibc"
version = "0.2.2"