Crate jetstream_libc

Crate jetstream_libc 

Source
Expand description

Platform-specific libc bindings for jetstream

This crate provides a unified interface to libc constants across different platforms, including wasm32 targets where some constants may not be available.

Structs§

stat64
ucred

Constants§

EADDRINUSE
EADDRNOTAVAIL
ECONNABORTED
ECONNREFUSED
ECONNRESET
EEXIST
EINTR
EINVAL
EIO
ENOENT
ENOTCONN
EPERM
EPIPE
ETIMEDOUT
EWOULDBLOCK
O_APPEND
O_CREAT
O_DIRECT
O_DIRECTORY
O_DSYNC
O_EXCL
O_LARGEFILE
O_NOATIME
O_NOCTTY
O_NOFOLLOW
O_NONBLOCK
O_RDONLY
O_RDWR
O_SYNC
O_TRUNC
O_WRONLY
S_IFDIR
S_IFLNK
S_IFMT
S_IFREG

Functions§

stat64

Type Aliases§

c_int
gid_t
mode_t
pid_t
uid_t