Docs.rs
  • rpn-cli-1.6.0
    • rpn-cli 1.6.0
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • crates.io
    • Source
    • Owners
    • hdwalters
    • Dependencies
      • atty ^0.2.14 normal
      • big-rational-str ^0.1.6 normal
      • chrono ^0.4.41 normal
      • clap ^4.5.40 normal
      • clap_builder ^4.5.40 normal
      • clap_complete ^4.5.54 normal
      • fileinput ^0.3.0 normal
      • itertools ^0.14.0 normal
      • num ^0.4.3 normal
      • once_cell ^1.21.3 normal
      • pretty_assertions ^1.4.1 normal
      • regex ^1.11.1 normal
      • rustyline ^16.0.0 normal
      • thiserror ^2.0.12 normal
      • winresource ^0.1.22 build
    • Versions
    • 0% of the crate is documented
  • 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

rpn_cli1.6.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • calc::context::Context
  • calc::undo::Undo
  • calc::value::Value
  • config::Config
  • core::action::Actions
  • core::helper::CommandHelper
  • core::interface::Interface
  • core::stack::BracketChars
  • core::stack::StackIter
  • core::stack::ValueStack
  • engine::Engine

Enums

  • calc::context::Format
  • calc::meaning::AreaKind
  • calc::meaning::DataKind
  • calc::meaning::DeltaKind
  • calc::meaning::LengthKind
  • calc::meaning::MassKind
  • calc::meaning::Meaning
  • calc::meaning::PrefixKind
  • calc::meaning::SpeedKind
  • calc::meaning::TempKind
  • calc::meaning::VolumeKind
  • config::ShellKind
  • core::action::Action
  • core::count::Count
  • core::interface::Completion
  • core::interface::Description
  • core::interface::Directive
  • core::interface::Operation
  • core::stack::BracketStyle
  • core::stack::StackItem
  • error::EngineError
  • error::MyError

Traits

  • calc::meaning::UnitInfo

Macros

  • combine_binary
  • combine_cast
  • combine_inner
  • regex

Functions

  • core::action::fold_actions
  • core::count::fold_counts
  • util::number::create_ratio
  • util::number::format_ratio
  • util::text::create_padding
  • util::text::remove_char

Type Aliases

  • calc::value::ValueRef
  • calc::value::ValueTuple
  • core::helper::CommandEditor
  • core::interface::Definitions
  • core::interface::Descriptions
  • core::interface::Directives
  • core::interface::Meanings
  • core::interface::Operations
  • error::MyResult