Docs.rs
  • excel-emulator-0.1.0
    • excel-emulator 0.1.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • natefduncan
    • Dependencies
      • anyhow ^1.0.61 normal
      • chrono ^0.4.22 normal
      • clap ^3.2.19 normal
      • excel-emulator-macro ^0.1.0 normal
      • indicatif ^0.17.1 normal
      • libmath ^0.2.1 normal
      • ndarray ^0.15.6 normal
      • nom ^7.1.1 normal
      • petgraph ^0.6.2 normal
      • quick-xml ^0.23.0 normal
      • regex ^1.6.0 normal
      • serde ^1.0.143 normal
      • syn ^1.0.99 normal
      • thiserror ^1.0.31 normal
      • zip ^0.6.2 normal
    • Versions
    • 0.57% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

excel_lib0.1.0

Module tree

Module Items

  • Enums
  • Traits
  • Functions
  • Type Aliases

In crate excel_lib

excel_lib

Module tree

Source

Enums§

TreeError

Traits§

EdgeTrait
NodeTrait

Functions§

add_child
add_edge
add_node
add_parent
remove_edge
remove_node

Type Aliases§

Edge
EdgeId
Node
NodeId
Tree