Docs.rs
runmat-vm-0.4.4
runmat-vm 0.4.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
nallana
Dependencies
log ^0.4
normal
miette ^7
normal
once_cell ^1
normal
runmat-accelerate =0.4.4
normal
optional
runmat-accelerate-api =0.4.4
normal
optional
runmat-builtins =0.4.4
normal
runmat-gc =0.4.4
normal
runmat-hir =0.4.4
normal
runmat-parser =0.4.4
normal
runmat-runtime =0.4.4
normal
optional
runmat-thread-local =0.4.4
normal
runmat-time =0.4.4
normal
serde ^1.0
normal
tracing ^0.1
normal
anyhow ^1
dev
futures ^0.3
dev
Versions
1.66%
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
persist_declared_for_bytecode
runmat_
vm
0.4.4
In runmat_
vm::
runtime::
globals
runmat_vm
::
runtime
::
globals
Function
persist_
declared_
for_
bytecode
Copy item path
Source
pub fn persist_declared_for_bytecode( bytecode: &
Bytecode
, func_name: &
str
, vars: &[
Value
], )