Skip to main content

Crate kcode_rust_bins

Crate kcode_rust_bins 

Source
Expand description

Minimal managed lifecycle for small object-published Rust binaries.

Structs§

Error
A bounded displayable crate failure.
File
One complete UTF-8 source file.
Lib
One complete editable managed-binary source snapshot.
RunRequest
Host request after the integrating server has resolved object references.
RunResult
Host result before the integrating server saves output objects.
RustBinInput
One guest request after object IDs have been resolved to bytes.
RustBinOutput
One guest response before byte objects are saved.

Constants§

DEFAULT_RUN_TIMEOUT
Default maximum running time for one binary call.

Functions§

create
Creates a minimal Rust 2024 binary and returns its complete source.
docs
Returns the package version and root Documentation.md, migrating when needed.
open
Opens an existing binary, migrating a valid legacy flat repository when needed.
read_input
run
Resolves and executes a locally published binary.
write_output

Type Aliases§

Result