| Crates.io | ade-traits |
| lib.rs | ade-traits |
| version | 0.1.0 |
| created_at | 2025-08-26 06:05:58.108412+00 |
| updated_at | 2025-08-26 06:05:58.108412+00 |
| description | Common traits for graph nodes, edges, and graph views for ADE graph crates. |
| homepage | https://github.com/riccardoscalco/ade |
| repository | https://github.com/riccardoscalco/ade |
| max_upload_size | |
| id | 1810563 |
| size | 4,213 |
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.
Add this to your Cargo.toml:
[dependencies]
ade-traits = "0.1.0"
The complete documentation for all traits is available on docs.rs.
Licensed under either of
at your option.