proxmox/proxmox-rest-server/src
Wolfgang Bumiller a38b46b27d rest-server: drop proxmox-io dependency
Used only for read/writing a pid_t (an integer) to a socket.
The standard to_ne_bytes()/from_ne_bytes() should be sufficient here,
we already have libc::pid_t which we can use to get the correct type
namespace for accessing ::from_ne_bytes().

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-24 14:06:40 +02:00
..
api_config.rs enable tracing logger, remove task_log macros 2024-07-11 14:43:37 +02:00
command_socket.rs proxmox-rest-server: replace print with log macro 2022-06-21 10:43:19 +02:00
compression.rs rest server: rust fmt 2022-04-06 16:55:39 +02:00
connection.rs rest-server: drop some unnecessary 'pub's 2024-07-10 12:37:51 +02:00
daemon.rs rest-server: drop proxmox-io dependency 2024-07-24 14:06:40 +02:00
environment.rs rest-server: drop Router from ApiConfig 2023-03-02 16:13:55 +01:00
formatter.rs tree-wide: run cargo fmt 2024-03-25 17:04:17 +01:00
h2service.rs rest-server: drop Router from ApiConfig 2023-03-02 16:13:55 +01:00
lib.rs enable tracing logger, remove task_log macros 2024-07-11 14:43:37 +02:00
rest.rs fix typos in code documentation 2024-07-22 08:49:42 +02:00
state.rs rest server: rust fmt 2022-04-06 16:55:39 +02:00
worker_task.rs log: introduce a shareable LogContext struct 2024-07-11 14:45:26 +02:00