Docs.rs
vyre-debug-0.6.5
vyre-debug 0.6.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
13 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
santhreal
Dependencies
bincode =2.0.1
normal
clap =4.6.1
normal
naga >=25.0.0, <26.0.0
normal
serde =1.0.228
normal
serde_json ^1
normal
vyre ^0.6.5
normal
vyre-emit-naga ^0.6.5
normal
vyre-foundation ^0.6.5
normal
vyre-libs ^0.6.5
normal
vyre-lower ^0.6.5
normal
vyre-primitives ^0.6.5
normal
assert_cmd =2.2.2
dev
predicates =3.1.4
dev
tempfile =3.27.0
dev
Versions
4.69%
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
walk_source_assigns
vyre_
debug
0.6.5
In vyre_
debug::
source_
walker
vyre_debug
::
source_walker
Function
walk_
source_
assigns
Copy item path
Source
pub fn walk_source_assigns<F>(program: &
Program
, callback: F)
where F:
FnMut
(&
str
,
Vec
<
String
>),