Actions
Task #4936
openUse Rust to parse unix socket messages
Effort:
Difficulty:
Label:
Description
As part of the effort to remove libjansson, JSON parsing must be handled for incoming messages on the unix socket. JSON-Rust (https://github.com/maciejhirsz/json-rust) is a small JSON parser in Rust with no dependencies that could serve this purpose. Serde-JSON is another option but does have a higher load of dependencies, but arguable may be better supported with respect to issues and validation.
Updated by Jason Ish over 2 years ago
- Target version changed from 7.0.0-beta1 to 8.0.0-beta1
Updated by Philippe Antoine over 1 year ago
- Assignee set to Jason Ish
You already have a Poc, right Jason ?
Updated by Jason Ish over 1 year ago
Updated by Victor Julien 4 months ago
- Target version changed from 8.0.0-beta1 to 9.0.0-beta1
Actions