Docs.rs
  • pdl-compiler-0.3.3
    • pdl-compiler 0.3.3
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mgeisler
    • hchataing
    • Dependencies
      • argh ^0.1.12 normal
      • codespan-reporting ^0.11.1 normal
      • heck ^0.4.1 normal
      • pest ^2.7.6 normal
      • pest_derive ^2.7.6 normal
      • prettyplease ^0.2.17 normal
      • proc-macro2 ^1.0.75 normal
      • quote ^1.0.36 normal
      • serde ^1.0.145 normal optional
      • serde_json ^1.0.94 normal
      • syn ^2.0.58 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
    • 16.72% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

pdl_compiler0.3.3

Crate Items

  • 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
  • parser::PDLParser

Enums

  • analyzer::ErrorCode
  • analyzer::Size
  • ast::DeclDesc
  • ast::EndiannessValue
  • ast::FieldDesc
  • ast::Tag
  • parser::Rule

Traits

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

Functions

  • analyzer::analyze
  • 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
  • parser::parse_file
  • parser::parse_inline

Type Aliases

  • ast::FileId
  • ast::SourceDatabase