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§
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