nebula_fbthrift_storage/
lib.rs1pub use nebula_fbthrift_storage_v3 as v3;
2
3pub use nebula_fbthrift_storage_v2 as v2;
4
5pub use nebula_fbthrift_storage_v1 as v1;
6
7#[deprecated(since = "0.3.1", note = "use `nebula_fbthrift_storage::v1::` instead")]
8pub use v1::*;