Docs.rs
ebi_objects-0.0.5
ebi_objects 0.0.5
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sleemans
Dependencies
anyhow ^1.0.99
normal
chrono ^0.4.41
normal
ebi_arithmetic ^0.2.22
normal
ebi_derive ^0.2.2
normal
flate2 ^1.1.2
normal
fnv ^1.0.7
normal
itertools ^0.14.0
normal
layout-rs ^0.1.3
normal
log ^0.4.28
normal
malachite ^0.6.1
normal
process_mining ^0.3.25
normal
quick-xml ^0.38.3
normal
serde ^1.0.219
normal
serde_json ^1.0.143
normal
strum ^0.27.2
normal
strum_macros ^0.27.2
normal
svg2pdf ^0.13.0
normal
uuid ^1.18.1
normal
Versions
4.63%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Graphable
ebi_
objects
0.0.5
Graphable
Required Methods
to_dot
Implementors
In ebi_
objects::
traits::
graphable
ebi_objects
::
traits
::
graphable
Trait
Graphable
Copy item path
Source
pub trait Graphable { // Required method fn
to_dot
(&self) ->
Result
<
VisualGraph
>; }
Required Methods
§
Source
fn
to_dot
(&self) ->
Result
<
VisualGraph
>
Implementors
§
Source
§
impl
Graphable
for
DeterministicFiniteAutomaton
Source
§
impl
Graphable
for
DirectlyFollowsGraph
Source
§
impl
Graphable
for
DirectlyFollowsModel
Source
§
impl
Graphable
for
LabelledPetriNet
Source
§
impl
Graphable
for
LolaNet
Source
§
impl
Graphable
for
PetriNetMarkupLanguage
Source
§
impl
Graphable
for
ProcessTree
Source
§
impl
Graphable
for
ProcessTreeMarkupLanguage
Source
§
impl
Graphable
for
StochasticDeterministicFiniteAutomaton
Source
§
impl
Graphable
for
StochasticDirectlyFollowsModel
Source
§
impl
Graphable
for
StochasticLabelledPetriNet
Source
§
impl
Graphable
for
StochasticProcessTree