[go: up one dir, main page]

reis 0.1.0

Pure Rust implementation of libei/libeis protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "reis"
version = "0.1.0"
license = "MIT"
description = "Pure Rust implementation of libei/libeis protocol."
homepage = "https://github.com/ids1024/reis"
keywords = ["libei", "libeis", "wayland"]
edition = "2021"

[dependencies]
# calloop = { version = "0.10.5", optional = true } # TODO calloop source
rustix = { version = "0.38.3", features = ["fs", "net"] }


[dev-dependencies]
calloop = { version = "0.10.5" }
once_cell = "1.17.1"