bpfman_csi/
lib.rs

1// SPDX-License-Identifier: Apache-2.0
2// Copyright Authors of bpfman
3
4#[path = "csi.v1.rs"]
5#[rustfmt::skip]
6#[allow(clippy::all)]
7pub mod v1;