Docs.rs
ade-graph-generators-0.1.0
ade-graph-generators 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
18 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
riccardoscalco
Dependencies
Versions
0%
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
complete_graph_data
ade_
graph_
generators
0.1.0
In ade_
graph_
generators::
complete_
graph
ade_graph_generators
::
complete_graph
Function
complete_
graph_
data
Copy item path
Source
pub fn complete_graph_data(n:
usize
) -> (
Vec
<
u32
>,
Vec
<(
u32
,
u32
)>)