graaf 0.64.1

Work with directed graphs.
Documentation

Graaf   Crates.io Build status API reference Coverage Status

Build, search, and manipulate digraphs.

Project goals

  • A flexible API for digraph operations
  • A comprehensive set of algorithms
  • Generators for common digraphs
  • Competitive performance
  • Full documentation
  • Extensive property tests
  • Complete unit test and benchmark coverage

Installation

Add the following to your Cargo.toml:

[dependencies]
graaf = "0.64.1"

Changelog

See CHANGELOG.md for a list of changes.

License

Licensed under Apache License, Version 2.0 or MIT license at your option.