Module prelude

Source

Re-exports§

pub use super::eval::Evaluator;
pub use super::task::Task;
pub use super::utils::values_to_bytes;
pub use super::BotnetResult;
pub use super::Database;
pub use super::DatabaseKey;
pub use super::Extractor;
pub use super::Extractors;
pub use super::Field;
pub use super::FieldMetadata;
pub use super::FieldType;
pub use super::Input;
pub use super::Key;
pub use super::KeyType;
pub use super::Metadata;

Structs§

Arc
A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Mutex
An async mutex.
Url
A parsed URL record.

Enums§

SerdeValue
Represents any valid JSON value.

Traits§

AsBytes
Helper trait for types that can be viewed as a byte slice

Functions§

type_id