]> git.proxmox.com Git - proxmox.git/commit
rrd: feature-gate support for the v1 format
authorLukas Wagner <l.wagner@proxmox.com>
Wed, 31 Jan 2024 13:51:54 +0000 (14:51 +0100)
committerLukas Wagner <l.wagner@proxmox.com>
Thu, 1 Feb 2024 09:32:19 +0000 (10:32 +0100)
commit6eed8ed992852947000496c8dd1f3684b29ed2d0
treed191337c2ef1512f1c0fcd5a01707da05accb9dd
parent4d150d35c7b3b062316bd56af1f3b8ba80d9506f
rrd: feature-gate support for the v1 format

new users of this crate might not really need support for the v1
format.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
proxmox-rrd/Cargo.toml
proxmox-rrd/src/lib.rs
proxmox-rrd/src/rrd.rs
proxmox-rrd/tests/file_format_test.rs