]> git.proxmox.com Git - proxmox.git/blobdiff - proxmox-rrd/src/lib.rs
rrd: feature-gate support for the v1 format
[proxmox.git] / proxmox-rrd / src / lib.rs
index 80b394383324fcbd7a1921b631093db1c6843547..65e0424792b7b72cff130ad9837d83253240af6e 100644 (file)
@@ -6,6 +6,7 @@
 //! * Stores data for different time resolution
 //! * Simple cache implementation with journal support
 
+#[cfg(feature = "rrd_v1")]
 mod rrd_v1;
 
 pub mod rrd;