Docs.rs
bock-interp-0.1.0
bock-interp 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
doesdev
Dependencies
async-recursion ^1
normal
bock-air ^0.1.0
normal
bock-ast ^0.1.0
normal
bock-errors ^0.1.0
normal
bock-types ^0.1.0
normal
futures ^0.3
normal
thiserror ^1
normal
tokio ^1
normal
Versions
63.93%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Binding
bock_
interp
0.1.0
In bock_
interp::
pattern
bock_interp
::
pattern
Type Alias
Binding
Copy item path
Source
pub type Binding = (
String
,
Value
);
Expand description
A single extracted binding: variable name → matched value.