Docs.rs
  • kalosm-sample-0.2.0
    • kalosm-sample 0.2.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ealmloff
    • Dependencies
      • anyhow ^1.0.71 normal
      • candle-core =0.3.2 normal
      • llm-samplers =0.0.7 normal
      • rand ^0.8.5 normal
      • regex-automata ^0.4.5 normal
      • rustc-hash ^1.1.0 normal
      • tokenizers ^0.13.4 normal
      • tracing ^0.1.37 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • 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.2.0

  • Structs
  • Enums
  • Traits
?
Change settings

List of all items

Structs

  • ArcParser
  • ArrayParser
  • ChoiceParser
  • ChoiceParserState
  • DynTokenizer
  • FasterHuggingFaceTokenizer
  • FloatParser
  • FloatParserState
  • I16Parser
  • I32Parser
  • I64Parser
  • I8Parser
  • IntegerParser
  • IntegerParserState
  • LiteralMismatchError
  • LiteralParser
  • LiteralParserOffset
  • MapOutputParser
  • RegexParser
  • RepeatParser
  • RepeatParserState
  • Sentence
  • SentenceParser
  • SeparatedParser
  • SeparatedParserState
  • SequenceParser
  • StopOn
  • StopOnOffset
  • StopOnParseError
  • StringParseError
  • StringParser
  • StringParserState
  • U16Parser
  • U32Parser
  • U64Parser
  • U8Parser
  • VecParser
  • Word
  • WordParser

Enums

  • Either
  • OwnedParseResult
  • ParseResult
  • SeparatedItemState
  • SequenceParserState
  • StructureParser
  • StructureParserState

Traits

  • CreateParserState
  • HasParser
  • Parser
  • ParserExt
  • Tokenizer