bpf-script 0.1.2

A small scripting language and compiler for creating eBPF programs at runtime.
Documentation
[dependencies.anyhow]
version = "1.0.65"

[dependencies.bpf-ins]
version = "0.6.0"

[dependencies.btf]
version = "0.3.0"

[dependencies.peginator]
version = "0.2.0"

[dependencies.peginator_macro]
version = "0.2.0"

[package]
categories = ["compilers", "data-structures"]
description = "A small scripting language and compiler for creating eBPF programs at runtime."
edition = "2021"
homepage = "https://github.com/arcjustin/bpf-script"
keywords = ["linux", "bpf", "instructions", "bytecode", "ebpf"]
license = "MIT"
name = "bpf-script"
readme = "README.md"
repository = "https://github.com/arcjustin/bpf-script"
version = "0.1.2"