Docs.rs
sway-ir-0.70.0
sway-ir 0.70.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fuel-service-user
Dependencies
anyhow ^1.0
normal
downcast-rs ^1.2
normal
filecheck ^0.5
normal
indexmap ^2.5
normal
itertools ^0.13
normal
once_cell ^1.18
normal
peg ^0.8
normal
prettydiff ^0.7
normal
rustc-hash ^1.1
normal
serde ^1.0
normal
slotmap ^1.0
normal
sway-features ^0.70.0
normal
sway-ir-macros ^0.70.0
normal
sway-types ^0.70.0
normal
sway-utils ^0.70.0
normal
Versions
45.82%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Module call_graph
sway_ir
0.70.0
Module call_
graph
Module Items
Functions
Type Aliases
In sway_
ir::
analysis
sway_ir
::
analysis
Module
call_
graph
Copy item path
Source
Functions
§
build_
call_
graph
Build call graph considering all providing functions.
callee_
first_
order
Given a call graph, return reverse topological sort (post order traversal), i.e., If A calls B, then B occurs before A in the returned Vec.
Type Aliases
§
Call
Graph