Docs.rs
ebi-0.3.11
ebi 0.3.11
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sleemans
Dependencies
Inflector ^0.11.4
normal
bitvec ^1.0.1
normal
cfg-if ^1.0.4
normal
chrono ^0.4.44
normal
clap ^4.5.60
normal
clap-verbosity-flag ^3.0.3
normal
ebi_derive ^0.2.10
normal
ebi_objects ^0.3.149
normal
ebi_optimisation ^0.3.3
normal
env_logger ^0.11.9
normal
flate2 ^1.1.5
normal
fnv ^1.0.7
normal
fraction ^0.15.3
normal
indexmap ^2.13.0
normal
indicatif ^0.18.4
normal
intmap ^3.1.3
normal
itertools ^0.14.0
normal
jni ^0.21.1
normal
optional
layout-rs ^0.1.3
normal
log ^0.4.28
normal
logging_timer ^1.1.1
normal
ntest ^0.9.3
normal
num-bigint ^0.4.6
normal
optional
num-traits ^0.2
normal
optional
pastey ^0.2.0
normal
pathfinding ^4.14.0
normal
polars ^0.32
normal
optional
priority-queue ^2.6.0
normal
process_mining ^0.5.2
normal
pyo3 ^0.27.1
normal
optional
quick-xml ^0.39.2
normal
rand ^0.10.0
normal
rand_chacha ^0.10.0
normal
rayon ^1.10.0
normal
regex ^1.12.3
normal
rustc-hash ^2.1.1
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
strsim ^0.11.1
normal
strum ^0.28.0
normal
strum_macros ^0.28.0
normal
svg2pdf ^0.13.0
normal
syn ^2.0.117
normal
optional
uuid ^1.21.0
normal
Versions
11.29%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
ToProcessTreeObject
ebi
0.3.11
ToProcess
Tree
Object
Required Methods
to_process_tree_object
Implementors
In ebi::
ebi_
framework::
object_
importers
ebi
::
ebi_framework
::
object_importers
Trait
ToProcess
Tree
Object
Copy item path
Source
pub trait ToProcessTreeObject { // Required method fn
to_process_tree_object
(self) ->
EbiObject
; }
Required Methods
§
Source
fn
to_process_tree_object
(self) ->
EbiObject
Implementors
§
Source
§
impl<T>
ToProcessTreeObject
for T
where T:
Into
<
ProcessTree
>,