Docs.rs
  • promptforge-0.1.11
    • promptforge 0.1.11
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kinghuynh
    • Dependencies
      • futures ^0.3.30 normal
      • handlebars ^6.1.0 normal
      • lazy_static ^1.5.0 normal
      • messageforge ^0.1 normal
      • regex ^1.10.6 normal
      • serde ^1.0.210 normal
      • serde_json ^1.0.128 normal
      • tokio ^1.40.0 normal
      • toml ^0.8.19 normal
      • criterion ^0.5.1 dev
    • 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

promptforge0.1.11

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • chat_template::ChatTemplate
  • few_shot_chat_template::FewShotChatTemplate
  • few_shot_chat_template_config::FewShotChatTemplateConfig
  • few_shot_chat_template_config::MessageConfig
  • few_shot_chat_template_config::MessageValue
  • few_shot_chat_template_config::TemplateConfig
  • few_shot_template::FewShotTemplate
  • few_shot_template::FewShotTemplateBuilder
  • messages_placeholder::MessagesPlaceholder
  • role::InvalidRoleError
  • template::Template

Enums

  • message_like::MessageLike
  • role::Role
  • template_format::TemplateError
  • template_format::TemplateFormat

Traits

  • formatting::Formattable
  • formatting::Templatable
  • is_even::IsEven
  • message_like::ArcMessageEnumExt

Macros

  • chats
  • examples
  • vars

Functions

  • braces::count_left_braces
  • braces::count_right_braces
  • braces::has_consecutive_left_braces
  • braces::has_consecutive_right_braces
  • braces::has_even_left_braces
  • braces::has_even_right_braces
  • braces::has_left_brace
  • braces::has_multiple_words_between_braces
  • braces::has_no_braces
  • braces::has_only_double_braces
  • braces::has_only_single_braces
  • braces::has_right_brace
  • placeholder::extract_placeholder_variable
  • placeholder::extract_variables
  • placeholder::is_valid_identifier
  • template_format::detect_template
  • template_format::is_fmtstring
  • template_format::is_mustache
  • template_format::is_plain_text
  • template_format::is_valid_template
  • template_format::merge_vars
  • template_format::validate_template