ogdf-sys

Crates.ioogdf-sys
lib.rsogdf-sys
version0.1.0
created_at2026-01-13 14:46:02.784517+00
updated_at2026-01-13 14:46:02.784517+00
descriptionUnsafe Rust bindings to the OGDF graph drawing library built with autocxx.
homepage
repository
max_upload_size
id2040343
size4,520,838
Keeley Hoek (khoek)

documentation

README

ogdf-sys

Raw FFI bindings to OGDF, the Open Graph Drawing Framework, generated via autocxx/cxx. Builds a static OGDF from vendored sources---no network access required.

What's Included

  • graph::PlanarSubgraph: SPQR-based planar subgraph extraction.
  • Boyer--Myrvold: Planarity test with Kuratowski witness.
  • autogen module: Full autogenerated C++ bindings.

License

GPL-2.0-only OR GPL-3.0-only, with linking exceptions (inherited from OGDF). See LICENSE, LICENSE_GPL_v2.txt, and LICENSE_GPL_v3.txt.

Commit count: 0

cargo fmt