Module borrowed

Module borrowed 

Source
Expand description

Logline types which (mostly) borrow their data from a &str

Therefore they are only suitable for cases where the log date is immediately processed/consumed and the struct can be discarded quickly afterwards.

Re-exports§

pub use raw::UnvalidatedLogline as UnvalidatedRawLogline;
pub use raw::ValidatedLogline as ValidatedRawLogline;
pub use simple::UnvalidatedLogline as UnvalidatedSimpleLogline;
pub use simple::ValidatedLogline as ValidatedSimpleLogline;
pub use typed::chrono::UnvalidatedLogline as UnvalidatedChronoLogline;chrono
pub use typed::chrono::ValidatedLogline as ValidatedChronoLogline;chrono
pub use typed::time::UnvalidatedLogline as UnvalidatedTimeLogline;time
pub use typed::time::ValidatedLogline as ValidatedTimeLogline;time
pub use parquet::UnvalidatedLogline as UnvalidatedParquetLogline;parquet
pub use parquet::ValidatedLogline as ValidatedParquetLogline;parquet

Modules§

parquetparquet
raw
simple
typed