Docs.rs
webgraph-algo-0.5.0
webgraph-algo 0.5.0
Docs.rs crate page
Apache-2.0
OR
LGPL-2.1-or-later
Links
Repository
crates.io
Source
Owners
vigna
Dependencies
anyhow ^1.0.79
normal
card-est-array ^0.2.0
normal
crossbeam-utils ^0.8.21
normal
dsi-progress-logger ^0.8.2
normal
epserde ^0.11.1
normal
kahan ^0.1.4
normal
lender ^0.4.1
normal
log ^0.4.22
normal
no-break ^0.1.2
normal
nonmax ^0.5.5
normal
num_cpus ^1.16.0
normal
predicates ^3.1.2
normal
rand ^0.9.0
normal
rayon ^1.10.0
normal
sealed ^0.6.0
normal
sux ^0.10.1
normal
sync-cell-slice ^0.9.9
normal
thiserror ^2.0.12
normal
value-traits ^0.2.0
normal
webgraph ^0.5.0
normal
Versions
92.2%
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
Module prelude
webgraph_
algo
0.5.0
Module prelude
Module Items
Functions
In crate webgraph_
algo
webgraph_algo
Module
prelude
Copy item path
Source
Re-exports
§
pub use crate::
sccs
::*;
Functions
§
is_
acyclic
Returns whether the graph is acyclic.
top_
sort
Returns the node of the graph in topological-sort order, if the graph is acyclic.