Docs.rs
  • pax-lang-0.38.3
    • pax-lang 0.38.3
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • zackbrown
    • samuelselleck
    • warfaj
    • Dependencies
      • color-eyre ^0.6.2 normal
      • log ^0.4.20 normal
      • pax-runtime-api ^0.38.3 normal
      • pest ^2.7.10 normal
      • pest_derive ^2.7.10 normal
      • proc-macro2 ^1.0 normal
      • serde ^1.0.95 normal
      • syn ^1.0 normal
    • Versions
    • 5.88% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

pax_lang0.38.3

Crate Items

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

List of all items

Structs

  • Op
  • Pair
  • Pairs
  • PaxParser
  • PrattParser
  • Span
  • deserializer::PaxDeserializer
  • helpers::InlinedTemplate
  • helpers::InlinedTemplateFinder
  • interpreter::PaxIdentifier
  • interpreter::PaxInfix
  • interpreter::PaxOperator
  • interpreter::PaxPostfix
  • interpreter::PaxPrefix

Enums

  • Assoc
  • Rule
  • deserializer::error::Error
  • interpreter::PaxAccessor
  • interpreter::PaxExpression
  • interpreter::PaxPrimary
  • interpreter::PaxUnit

Traits

  • Computable
  • Parser
  • interpreter::property_resolution::DependencyCollector
  • interpreter::property_resolution::IdentifierResolver

Derive Macros

  • Parser

Functions

  • deserializer::from_pax
  • deserializer::from_pax_ast
  • formatting::format_file
  • formatting::format_pax_template
  • get_pax_pratt_parser
  • helpers::clear_inlined_template
  • helpers::get_substring_by_line_column
  • helpers::replace_by_line_column
  • interpreter::compute_paxel
  • interpreter::parse_pax_expression
  • interpreter::parse_pax_expression_from_pair
  • parse_pax_err
  • parse_pax_pairs
  • parse_pax_str

Type Aliases

  • deserializer::error::Result