Docs.rs
  • sindra-0.1.0
    • sindra 0.1.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jblondin
    • Dependencies
      • lazy_static ^0.2 normal
      • regex ^0.2 normal
      • wee-peg ^0.5 build
    • Versions
    • 99.05% 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

sindra0.1.0

Crate Items

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

List of all items

Structs

  • identifier::Identifier
  • inference::BinaryOpTypes
  • inference::UnaryOpTypes
  • log::LogListener
  • node::EmptyAnnotation
  • node::Node
  • rules::float::ParseError
  • rules::int::ParseError
  • rules::string::ESCAPE_REGEX
  • rules::string::STRING_REGEX
  • rules::string::STRING_REGEX_ANC
  • rules::string::UNICODE_REGEX
  • scope::Scope
  • scope::memory::SymbolMemory

Enums

  • log::LogPriority

Traits

  • inference::InferPromotion
  • inference::InferTypesBinary
  • inference::InferTypesUnary
  • node::Annotated
  • node::AnnotationType
  • operator::BinaryOperator
  • operator::UnaryOperator
  • scope::Scoped
  • scope::Stack
  • scope::memory::MemoryStore
  • scope::memory::MemoryTable
  • scope::symbol::SymbolStore
  • scope::symbol::SymbolTable
  • ty::FindType
  • ty::Type
  • ty::Typed
  • value::Cast
  • value::Coerce
  • value::Extract
  • value::Value

Macros

  • annotate

Functions

  • rules::float::float
  • rules::float::float_ext
  • rules::int::int
  • rules::int::int_ext
  • rules::remove_underscores
  • rules::string::convert_string
  • rules::string::match_str_ext

Type Aliases

  • rules::float::ParseResult
  • rules::int::ParseResult
  • scope::memory::MemoryScope
  • scope::symbol::SymbolScope

Constants

  • rules::string::PTN_STRING