Crate botnet_core

Source

Re-exports§

pub use crate::database::Database;
pub use crate::database::DatabaseKey;

Modules§

database
eval
prelude
task
utils

Structs§

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

Enums§

BotnetError
FieldType
KeyType
SerdeValue
Represents any valid JSON value.

Traits§

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

Functions§

type_id

Type Aliases§

BotnetResult