Docs.rs
  • plaster-forms-0.1.16
    • plaster-forms 0.1.16
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • carlosdp
    • Dependencies
      • log ^0.4 normal
      • plaster ^0.2 normal
      • serde ^1.0 normal optional
      • serde_derive ^1.0 normal optional
      • wasm-bindgen ^0.2 normal optional
      • web-sys ^0.3 normal
      • wasm-bindgen =0.2.40 dev
    • Versions
    • 39.33% 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

plaster_forms0.1.16

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • TestForm
  • TestFormProps
  • TestValue
  • fields::ValidationFn
  • fields::big_checkbox::BigCheckbox
  • fields::big_checkbox::CheckboxOption
  • fields::big_checkbox::Props
  • fields::checkbox::Checkbox
  • fields::checkbox::Props
  • fields::file::File
  • fields::file::Props
  • fields::key_value::KeyValue
  • fields::key_value::Props
  • fields::select::Props
  • fields::select::Select
  • fields::text::Props
  • fields::text::TextField

Enums

  • TestFormMessage
  • fields::big_checkbox::Msg
  • fields::checkbox::Msg
  • fields::file::Msg
  • fields::key_value::Msg
  • fields::select::Msg
  • fields::text::Msg

Traits

  • Form