libctf 0.3.1

SDK intended for use with CTF-rs, but is designed to be repurposed by others to easily extend functionality for other CTF related projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Various utility functions, structs, enums, and traits for use in the SDK.
pub mod utils;

/// (WIP) API wrappers for creating and managing 'challenge' resources.
pub mod challenge;

/// (TODO) API wrappers for creating and managing 'flag' resources.
pub mod flag;

/// (TODO) API wrappers for creating and managing 'plugin' resources.
pub mod plugin;

/// (TODO) API wrappers for creating and managing 'verifier' resources.
pub mod verifier;