Docs.rs
  • rusty-bind-parser-0.2.1
    • rusty-bind-parser 0.2.1
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • mike-code
    • github:golemfoundation:core
    • Dependencies
      • anyhow ^1.0 normal
      • cfg-expr ^0.15 normal
      • const_format ^0.2 normal
      • convert_case ^0.6 normal
      • proc-macro2 ^1.0 normal
      • quote ^1.0 normal
      • syn ^2.0 normal
      • pretty_assertions ^1.3 dev
    • Versions
    • 14.18% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module enum_helpers

  • Enums
  • Functions
?
Change settings

Module rusty_bind_parser::enum_helpers

source ·

Enums

  • FieldType

Functions

  • create_field_getter_function
  • create_variant_getter_function
  • create_variant_getter_return_type
  • enum_tag_name
  • field_getter_ident
  • field_name
  • field_type
  • get_enums_from_module
    Get enums definitions from a module
  • get_fields
  • is_ignored_variant
  • is_many_fields_variant
  • is_primitive_enum
  • is_primitive_field
  • is_single_field_variant
  • is_unit_variant
  • many_fields_variant_getter
  • single_field_variant_getter
  • variant_getter_ident
  • variant_wrapper_ident