Docs.rs
  • scale-typegen-0.11.1
    • scale-typegen 0.11.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • github:paritytech:core-devs
    • parity-crate-owner
    • Dependencies
      • proc-macro2 ^1.0.89 normal
      • quote ^1.0.33 normal
      • scale-info ^2.11.1 normal
      • syn ^2.0.38 normal
      • thiserror ^2.0.11 normal
      • bitvec ^1 dev
      • frame-metadata ^20.0.0 dev
      • parity-scale-codec ^3.6.12 dev
      • pretty_assertions ^1.4.1 dev
      • prettyplease ^0.2.25 dev
      • scale-bits ^0.7.0 dev
    • Versions
    • 100% 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

scale_typegen0.11.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • typegen::TypeGenerator
  • typegen::error::SettingsValidationError
  • typegen::error::TypeSubstitutionError
  • typegen::ir::module_ir::ModuleIR
  • typegen::ir::type_ir::CompositeFieldIR
  • typegen::ir::type_ir::CompositeIR
  • typegen::ir::type_ir::EnumIR
  • typegen::ir::type_ir::TypeIR
  • typegen::settings::TypeGeneratorSettings
  • typegen::settings::derives::Derives
  • typegen::settings::derives::DerivesRegistry
  • typegen::settings::derives::FlatDerivesRegistry
  • typegen::settings::substitutes::AbsolutePath
  • typegen::settings::substitutes::Substitute
  • typegen::settings::substitutes::TypeSubstitutes
  • typegen::type_params::TypeParameters
  • typegen::type_path::TypeParameter
  • typegen::type_path::TypePath

Enums

  • typegen::error::TypeSubstitutionErrorKind
  • typegen::error::TypegenError
  • typegen::ir::type_ir::CompositeIRKind
  • typegen::ir::type_ir::TypeIRKind
  • typegen::settings::AllocCratePath
  • typegen::type_path::TypePathInner
  • typegen::type_path::TypePathType

Traits

  • typegen::ir::ToTokensWithSettings
  • typegen::settings::substitutes::TryIntoSynPath

Functions

  • typegen::settings::substitutes::absolute_path
  • typegen::settings::substitutes::path_segments
  • typegen::validation::registry_contains_type_path
  • typegen::validation::similar_type_paths_in_registry
  • typegen::validation::validate_substitutes_and_derives_against_registry
  • utils::ensure_unique_type_paths
  • utils::syn_type_path

Type Aliases

  • typegen::settings::substitutes::PathSegments