Docs.rs
  • kalosm-sample-0.3.2
    • kalosm-sample 0.3.2
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ealmloff
    • Dependencies
      • anyhow ^1.0.71 normal
      • kalosm-parse-macro ^0.3.0 normal
      • regex-automata ^0.4.5 normal
      • criterion ^0.5.1 dev
      • pretty_assertions ^1.4.0 dev
      • rand ^0.8.5 dev
      • tracing-subscriber ^0.3.18 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • 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

kalosm_sample0.3.2

Crate Items

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

List of all items

Structs

  • AnyOfSchema
  • ArcParser
  • ArraySchema
  • BooleanSchema
  • ChoiceParser
  • ChoiceParserState
  • ConstSchema
  • EmptyNumber
  • EnumSchema
  • FloatParser
  • FloatParserState
  • I16Parser
  • I32Parser
  • I64Parser
  • I8Parser
  • IfThenSchema
  • IntegerParser
  • IntegerParserState
  • IntegerSchema
  • InvalidDecimalLocation
  • InvalidSignLocation
  • JsonObjectSchema
  • JsonPropertySchema
  • LazyParser
  • LeadingZeroError
  • LiteralMismatchError
  • LiteralParser
  • LiteralParserOffset
  • MapOutputParser
  • NumberSchema
  • OneOfSchema
  • OutOfRangeError
  • ParserError
  • RegexParser
  • RegexParserState
  • RepeatParser
  • RepeatParserState
  • Sentence
  • SentenceParser
  • SeparatedParser
  • SeparatedParserState
  • SequenceParser
  • StopOn
  • StopOnOffset
  • StopOnParseError
  • StringParseError
  • StringParser
  • StringParserState
  • StringSchema
  • ThenLazy
  • U16Parser
  • U32Parser
  • U64Parser
  • U8Parser
  • WithInitialState
  • Word
  • WordParser

Enums

  • Either
  • OwnedParseResult
  • ParseStatus
  • SchemaLiteral
  • SchemaType
  • SeparatedItemState
  • SequenceParserState
  • StructureParser
  • StructureParserState
  • ThenLazyParserState

Traits

  • CreateParserState
  • Parse
  • Parser
  • ParserExt
  • Schema
  • SendCreateParserState

Macros

  • bail

Derive Macros

  • Parse
  • Schema

Type Aliases

  • ParseResult