bpf-script 0.5.2

A small scripting language and compiler for creating eBPF programs at runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bpf-script"
version = "0.5.2"
edition = "2021"
categories = ["compilers", "data-structures"]
homepage = "https://github.com/arcjustin/bpf-script"
keywords = ["linux", "bpf", "instructions", "bytecode", "ebpf" ]
license = "MIT"
readme = "README.md"
repository = "https://github.com/arcjustin/bpf-script"
description = "A small scripting language and compiler for creating eBPF programs at runtime."

[dependencies]
btf = "0.4"
bpf-ins = "0.7"
peginator = "0.3.0"
peginator_macro = "0.3.0"
thiserror = "1.0.37"