Crate arachnid

Crate arachnid 

Source
Expand description

arachnid is an offensive security suite for Rust developers to use and experiment with.

Modules§

error
the base error type for arachnid this module defines the core error type for the crate
net
networking primitives and utilities focused on offensive security applications

Enums§

Error
The custom error type for the crate.

Type Aliases§

Result
a type alias for a Result configured to use the custom Error type.