fdpass
Version, currently main branch1 version
- main branchlatestOct 11, 2024
github.com/84codes/fdpass.cr
No description declared in shard.yml.
1 stars
1 dependent
License: MIT
Installation
# Add this to your shard.yml
dependencies:
fdpass:
github: 84codes/fdpass.cr
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.0.0- License
- MIT
- Author
- Carl Hörberg <carl@84codes.com>
Dependencies
This version declares no dependencies.
README
# FDPass
Pass a file descriptor over a UNIX socket.
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
fdpass:
github: 84codes/fdpass.cr
```
2. Run `shards install`
## Usage
```crystal
require "fdpass"
FDPass.send_fd(unix_socket.fd, socket_to_pass.fd)
```
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
main- Seen
- Oct 11, 2024
- Crystal
1.0.0- Indexed
- yes
Dependents
Repository
github.com/84codes/fdpass.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1