Skip to main content

Parse graphviz’ xdot draw instructions

Project description

CI docs.rs Crates.io PyPI

xdot

The main function of this package is parse. It parses node/edge attributes on graphviz graphs created by xdot into drawable shapes.

use xdot::{parse, ShapeDraw};
let shapes: Vec<ShapeDraw> = parse("c 7 -#ff0000 p 4 4 4 36 4 36 36 4 36");

Each ShapeDraw struct contains a shape with geometry and a pen with drawing attributes (such as color, line style, and font). If you have the layout feature active, you can also use layout_and_draw_graph (and draw_graph):

use graphviz_rust::parse;
use graphviz_rust::dot_structures::Graph;
use xdot::{layout_and_draw_graph, ShapeDraw};

let graph: Graph = parse("graph { a -- b}").unwrap();
let shapes: Vec<ShapeDraw> = layout_and_draw_graph(graph).unwrap();

Release process

  1. A commit to main causes creation or update of a release PR. (release workflow)
  2. Merging a release PR causes the creation of a Git tag and GitHub release, and the upload of a Rust crate to crates.io.(also release workflow)
  3. Publishing this GitHub release in turn triggers building and uploading a Python package. (publish workflow)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xdot_rs-0.2.4.tar.gz (17.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xdot_rs-0.2.4-cp38-abi3-manylinux_2_34_x86_64.whl (379.5 kB view details)

Uploaded CPython 3.8+manylinux: glibc 2.34+ x86-64

File details

Details for the file xdot_rs-0.2.4.tar.gz.

File metadata

  • Download URL: xdot_rs-0.2.4.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for xdot_rs-0.2.4.tar.gz
Algorithm Hash digest
SHA256 4054bbad4c9aba63236b065750ca67b8e2d6c21ff33505bed5da56c80c588b09
MD5 b71f6e5036d6b8f613d298757e651429
BLAKE2b-256 794cf9c67121a70db77e11057c4cb815575b0b5071cc680b0f7f85152f2135ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for xdot_rs-0.2.4.tar.gz:

Publisher: publish.yml on flying-sheep/xdot-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xdot_rs-0.2.4-cp38-abi3-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for xdot_rs-0.2.4-cp38-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f10922055d6a7b088b61770693e68e7d3317096c5a728f2636b2fba90bba4deb
MD5 83aa66d5e76cb7d92f2045a186c5b870
BLAKE2b-256 30b8f71a0cb9312d47ec2bb3d48b4ed42535a41cf1921e316f61fc72eff609db

See more details on using hashes here.

Provenance

The following attestation bundles were made for xdot_rs-0.2.4-cp38-abi3-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on flying-sheep/xdot-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page