raphtory-api 0.17.0

Raphtory common interface and APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(feature = "arrow")]
mod prop_array;
mod prop_enum;
mod prop_type;
mod prop_unwrap;
#[cfg(feature = "io")]
mod serde;

#[cfg(feature = "template")]
mod template;

#[cfg(feature = "arrow")]
pub use prop_array::*;
pub use prop_enum::*;
pub use prop_type::*;
pub use prop_unwrap::*;