Docs.rs
  • pdl-compiler-0.3.0
    • pdl-compiler 0.3.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mgeisler
    • hchataing
    • Dependencies
      • argh ^0.1.7 normal
      • codespan-reporting ^0.11.1 normal
      • heck ^0.4.0 normal
      • pest ^2.5.5 normal
      • pest_derive ^2.5.5 normal
      • prettyplease ^0.2.6 normal
      • proc-macro2 ^1.0.46 normal
      • quote ^1.0.21 normal
      • serde ^1.0.145 normal optional
      • serde_json ^1.0.86 normal
      • syn ^2.0.16 normal
      • bytes ^1.2.1 dev
      • googletest ^0.10.0 dev
      • num-derive ^0.3.3 dev
      • num-traits ^0.2.15 dev
      • paste ^1.0.6 dev
      • tempfile ^3.3.0 dev
      • thiserror ^1.0.37 dev
    • Versions
    • 15.28% 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

pdl_compiler0.3.0

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • analyzer::Diagnostics
  • analyzer::Schema
  • analyzer::Scope
  • ast::Comment
  • ast::Constraint
  • ast::Decl
  • ast::DeclKey
  • ast::Endianness
  • ast::Field
  • ast::FieldKey
  • ast::File
  • ast::SourceLocation
  • ast::SourceRange
  • ast::TagOther
  • ast::TagRange
  • ast::TagValue
  • ast::TestCase
  • backends::intermediate::Enum
  • backends::intermediate::PacketOrStruct
  • backends::intermediate::Schema
  • parser::PDLParser

Enums

  • analyzer::ErrorCode
  • analyzer::Size
  • ast::DeclDesc
  • ast::EndiannessValue
  • ast::FieldDesc
  • ast::Tag
  • backends::intermediate::ComputedOffset
  • backends::intermediate::ComputedOffsetId
  • backends::intermediate::ComputedValue
  • backends::intermediate::ComputedValueId
  • backends::intermediate::PacketOrStructLength
  • parser::Rule

Traits

  • backends::rust::ToIdent
  • backends::rust::ToUpperCamelCase
  • backends::rust_legacy::ToIdent
  • backends::rust_legacy::ToUpperCamelCase

Macros

  • quote_block

Functions

  • analyzer::analyze
  • backends::intermediate::generate
  • backends::json::generate
  • backends::rust::generate
  • backends::rust::generate_tokens
  • backends::rust::mask_bits
  • backends::rust::test::generate_tests
  • backends::rust_legacy::constraint_to_value
  • backends::rust_legacy::generate
  • backends::rust_legacy::generate_tokens
  • backends::rust_legacy::mask_bits
  • backends::rust_legacy::test::generate_tests
  • backends::rust_no_allocation::generate
  • backends::rust_no_allocation::test::generate_test_file
  • parser::parse_file
  • parser::parse_inline

Type Aliases

  • ast::FileId
  • ast::SourceDatabase