Docs.rs
traverse-graph-0.1.3
traverse-graph 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gbrigandi
Dependencies
anyhow ^1.0.97
normal
clap ^4.5.35
normal
nom ^8.0.0
normal
once_cell ^1.21.3
normal
petgraph ^0.8.1
normal
serde ^1.0
normal
serde_json ^1.0.140
normal
serde_yaml ^0.9
normal
streaming-iterator ^0.1.9
normal
tempfile ^3.20.0
normal
thiserror ^2.0.12
normal
tracing ^0.1.40
normal
traverse-mermaid ^0.1.3
normal
tree-sitter ^0.25
normal
tree-sitter-solidity-traverse ^1.2.13-4e938a4
normal
walkdir ^2
normal
cc ^1.0
build
Versions
18.18%
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
ToDotLabel
traverse_
graph
0.1.3
ToDot
Label
Required Methods
to_dot_label
Implementations on Foreign Types
&str
String
Implementors
In traverse_
graph::
cg_
dot
traverse_graph
::
cg_dot
Trait
ToDot
Label
Copy item path
Source
pub trait ToDotLabel { // Required method fn
to_dot_label
(&self) ->
String
; }
Required Methods
§
Source
fn
to_dot_label
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
ToDotLabel
for &
str
Source
§
fn
to_dot_label
(&self) ->
String
Source
§
impl
ToDotLabel
for
String
Source
§
fn
to_dot_label
(&self) ->
String
Implementors
§
Source
§
impl
ToDotLabel
for
Edge
Source
§
impl
ToDotLabel
for
Node