Docs.rs
mdbook-plotly-0.3.0-alpha
mdbook-plotly 0.3.0-alpha
Docs.rs crate page
MIT
01 August 2026
Links
Repository
crates.io
Source
Owners
TickPoints
Dependencies
anyhow ^1.0
normal
arboard ^3.6.1
normal
optional
chrono ^0.4
normal
optional
clap ^4.5
normal
crossterm ^0.29.0
normal
optional
directories ^6.0.0
normal
optional
env_logger ^0.11
normal
fasteval ^0.2
normal
json5 ^1.3
normal
log ^0.4
normal
mdbook-preprocessor ^0.5
normal
plotly ^0.14
normal
pulldown-cmark ^0.13
normal
pulldown-cmark-to-cmark ^22.0
normal
rand ^0.10
normal
optional
ratatui ^0.30.2
normal
optional
rayon ^1.11
normal
optional
self-replace ^1.5.0
normal
optional
semver ^1.0.28
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.11.0
normal
optional
sys-locale ^0.3.2
normal
optional
tachyonfx ^0.25.1
normal
optional
tempfile ^3.27.0
normal
optional
thiserror ^2.0.19
normal
optional
toml ^0.9
normal
toml_edit ^0.25.13
normal
optional
tui-big-text ^0.8.8
normal
optional
unicode-width ^0.2.2
normal
optional
ureq ^3.3.0
normal
optional
Versions
22.58%
of the crate is documented
Go to latest stable release
Platform
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
parse_pie_trace
mdbook_
plotly
0.3.0-alpha
In mdbook_
plotly::
code_
handler::
plot_
obj_
parser::
pie_
parser
mdbook_plotly
::
code_handler
::
plot_obj_parser
::
pie_parser
Function
parse_
pie_
trace
Copy item path
Source
pub fn parse_pie_trace( pie_obj: &mut
Value
, context: &
ParseContext
<'_>, ) ->
Result
<
Box
<dyn
Trace
>>