bc-envelope 0.43.0

Gordian Envelope for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod format_context;
/// Types dealing with formatting envelopes.
mod notation;
pub use format_context::{
    FormatContext, FormatContextOpt, GLOBAL_FORMAT_CONTEXT, *,
};

mod tree;
pub use tree::{DigestDisplayFormat, TreeFormatOpts};

mod mermaid;
pub use mermaid::{MermaidFormatOpts, MermaidOrientation, MermaidTheme};

mod envelope_summary;
pub use envelope_summary::EnvelopeSummary;

mod diagnostic;
mod hex;