elicitor-types 0.6.1

Core types for the elicit crate - presentation-agnostic survey definitions.
Documentation
  • Coverage
  • 90.82%
    89 out of 98 items documented0 out of 0 items with examples
  • Size
  • Source code size: 45.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 9.27 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • barafael/elicitor
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • barafael

Core types for the derive-survey crate.

This crate provides the foundational types for defining surveys:

  • SurveyDefinition - The top-level survey structure
  • Question and QuestionKind - Individual questions and their types
  • Responses and ResponsePath - Collected data and path-based keys
  • Survey and SurveyBackend traits - For implementing surveys and backends