proxmox/proxmox-schema/src
Dietmar Maurer 0c5e2640d0 proxmox-schema: use const_format to define static strings.
Macro rules are not hygienic, and current rust macro visibility rules
are a nightmare. Using const_format::concatcp!() is a much cleaner
solution.

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-03-18 10:19:46 +01:00
..
de schema: implement split_list iterator 2024-02-02 12:06:46 +01:00
ser schema: serialize enum unit variants 2023-09-07 17:29:36 +02:00
api_type_macros.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
api_types.rs proxmox-schema: use const_format to define static strings. 2024-03-18 10:19:46 +01:00
const_regex.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
format.rs schema: implement oneOf schema support 2024-02-02 12:06:28 +01:00
lib.rs schema: serde based property string de- and serialization 2023-07-13 16:18:58 +02:00
property_string.rs clippy fix: complex type definitions 2023-08-08 11:29:36 +02:00
schema.rs schema: drop periods after errors 2024-02-21 12:05:44 +01:00
upid.rs proxmox-schema: derive PartialEq for UPID (for GUI) 2023-11-20 11:10:22 +01:00