rust
rust copied to clipboard
Rust implementation of the Varlink protocol
In order to use systemd socket activation, it would be good to provide a variant of `listen` that, instead of an address string, accepts a `Listener`.
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. Release notes Sourced from bitflags's releases. 2.4.1 What's Changed Allow some new pedantic clippy lints by @KodrAus in bitflags/bitflags#380 Prepare...
Updates the requirements on [peg](https://github.com/kevinmehall/rust-peg) to permit the latest version. Release notes Sourced from peg's releases. 0.8.2 Allow expected!() to accept a &'static str expression, not just a literal. (#361)...
Updates the requirements on [colored_json](https://github.com/ctron/colored_json) to permit the latest version. Release notes Sourced from colored_json's releases. v3.3.0 v3.3.0 (2023-10-12) ⚠ BREAKING-CHANGE This change requires Rust edition 2021 now Features allow...
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. Release notes Sourced from syn's releases. 2.0.38 Fix "method 'peek' has an incompatible type for trait" error when defining bool...
Updates the requirements on [chainerror](https://github.com/haraldh/chainerror) to permit the latest version. Commits 24382fb chore: Release chainerror version 1.0.0 ae10e2e doc: README.md changed text to console (#14) c630f84 doc: README.md changed text...
While writing a backend for systemd-userdbd, which uses Varlink, I need to authorize user access to the Varlink service depending on the credentials passed over the Unix socket using SO_PASSCRED....