arcs-ctf_yaml-parser

Crates.ioarcs-ctf_yaml-parser
lib.rsarcs-ctf_yaml-parser
version0.1.0
sourcesrc
created_at2024-03-26 12:49:39.376556
updated_at2024-03-26 12:49:39.376556
descriptionA tool to parse and verify the format of YAML files for the ARCS CTF framework
homepage
repository
max_upload_size
id1186369
size69,279
Skyler Calaman (Blckbrry-Pi)

documentation

README

ARCS YAML Parser

This is a simple YAML parser written in Rust to verify the shape of the YAML. It also can be used as a library for getting a struct of the YAML (as it is used in the deploy server)

It is subject to change as the deploy and webhook servers evolve.

Install it with cargo install arcs-ctf_yaml-parser --bin arcs-yaml

Note to ARCS developers:

Because crates.io does not support namespaced registries, it is best to include this crate as a library with yaml_verifier = { package = "arcs-ctf_yaml-parser", version = "0.1.0" } in your Cargo.toml file.

Commit count: 0

cargo fmt