jetstream_libc 9.4.2

Platform-specific libc bindings for jetstream
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "jetstream_libc"
version = "9.4.2"
edition = { workspace = true }
description = "Platform-specific libc bindings for jetstream"
license = { workspace = true }
repository = { workspace = true }
readme = { workspace = true }
documentation.workspace = true

[lib]
crate-type = [ "rlib"]
bench = false

[dependencies]
libc = { version = "0.2.177", default-features = false }
[build-dependencies]
cfg_aliases = "0.2.1"