ade-traits 0.1.0

Common traits for graph nodes, edges, and graph views for ADE graph crates.
Documentation
  • Coverage
  • 0%
    0 out of 33 items documented0 out of 29 items with examples
  • Size
  • Source code size: 3.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.41 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • riccardoscalco

Ade-traits

ade-traits defines the fundamental traits for working with directed graphs within the ADE ecosystem. These traits provide a common interface for nodes, edges, and graph views, ensuring interoperability between different graph implementations and algorithms.

Installation

Add this to your Cargo.toml:

[dependencies]
ade-traits = "0.1.0"

Documentation

The complete documentation for all traits is available on docs.rs.

License

Licensed under either of

at your option.