]> git.proxmox.com Git - proxmox-backup.git/commit - src/api2/status.rs
split out RRD api types into proxmox-rrd-api-types crate
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 6 Oct 2021 07:49:51 +0000 (09:49 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 6 Oct 2021 07:49:51 +0000 (09:49 +0200)
commitd1c3bc5350cedec80c5f71d40afe83c6b97a1d54
treeed9dfce7b6a43e4e5115a2da6e99b0aa2e649ccc
parenta97301350faffa6341b9d3790e46db07d756cbe8
split out RRD api types into proxmox-rrd-api-types crate
13 files changed:
Cargo.toml
Makefile
pbs-api-types/Cargo.toml
pbs-api-types/src/lib.rs
proxmox-rrd-api-types/Cargo.toml [new file with mode: 0644]
proxmox-rrd-api-types/src/lib.rs [new file with mode: 0644]
proxmox-rrd/Cargo.toml
proxmox-rrd/src/cache.rs
proxmox-rrd/src/lib.rs
proxmox-rrd/src/rrd.rs
src/api2/admin/datastore.rs
src/api2/node/rrd.rs
src/api2/status.rs