mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-27 16:48:58 +00:00
a9d77a618f
* feat: add list_parts api
7 lines
138 B
Rust
7 lines
138 B
Rust
#![allow(unused_imports)]
|
|
#![allow(clippy::all)]
|
|
pub mod proto_gen;
|
|
|
|
mod flatbuffers_generated;
|
|
pub use flatbuffers_generated::models::*;
|