Docs.rs
relux-runtime-0.8.1
relux-runtime 0.8.1
Permalink
Docs.rs crate page
MIT
02 August 2026
Links
Repository
crates.io
Source
Owners
shizzard
Dependencies
async-recursion ~1
normal
async-trait ~0.1
normal
base64 ~0.22
normal
bytes ~1.11
normal
chrono ~0.4
normal
colored ~2
normal
flate2 ~1
normal
futures ~0.3
normal
humantime ~2.3
normal
mime_guess ~2
normal
pty-process ~0.5
normal
quick-junit ~0.5
normal
regex ~1
normal
relux-core ^0.8.1
normal
relux-ir ^0.8.1
normal
serde ~1
normal
serde_json ~1
normal
terminal_size ~0.4
normal
thiserror ~2
normal
tokio ^1
normal
tokio-util ~0.7
normal
toml ~0.8
normal
ts-rs ~10
normal
walkdir ~2
normal
Versions
26.13%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module buffer
relux_
runtime
0.8.1
Module buffer
Module Items
Structs
Traits
Type Aliases
In relux_
runtime::
vm
relux_runtime
::
vm
Module
buffer
Copy item path
Source
Structs
§
Fail
Pattern
Hit
A fail pattern matched in the output buffer.
Literal
Match
Payload for a literal match.
Match
A match result with absolute byte offsets and typed payload.
Multi
Match
Hit
Result of a successful scan against one pattern slot.
Output
Buffer
Pattern
Slot
A pattern the multimatch scan is still looking for.
regex
is
None
for literal patterns; the source string lives in
pattern_str
either way so the builder can record it without going back to the IR.
Regex
Match
Payload for a regex match (capture groups by index).
Traits
§
Match
Kind
Marker trait for match payload types.
Type Aliases
§
Match
Slices
(before, matched, after)
slices around a match. Used by the VM to push a
BufferEventKind::Matched
describing how the cursor advanced.