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
# libctf

> Core lib crate for `ctf-rs`

I decided to make this for two reasons

1. CTFd has some enterprise/managed gated features I though should be opened up (programmable flags)
2. I wanted a cloud native CTF platform. (ie `kubernetes-api` + `helm-charts`)

This library is intended to be used as a base for all CTF-rs components to provide a common API and allow easy integration with other components.