Docs.rs
  • kdl-script-1.1.0
    • kdl-script 1.1.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Gankra
    • Dependencies
      • clap ^4.5.4 normal
      • kdl ^4.6.0 normal
      • linked-hash-map ^0.5.6 normal
      • miette ^5.3.0 normal
      • nom ^7.1.3 normal
      • petgraph ^0.6.4 normal
      • serde ^1.0.136 normal
      • serde_json ^1.0.83 normal
      • thiserror ^1.0.30 normal
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3.18 normal
      • insta ^1.34.0 dev
    • Versions
    • 52.75% 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

kdl_script1.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • Compiler
  • ErrorHandler
  • parse::AliasDecl
  • parse::AttrAligned
  • parse::AttrPacked
  • parse::AttrPassthrough
  • parse::AttrRepr
  • parse::CallExpr
  • parse::CtorExpr
  • parse::EnumDecl
  • parse::EnumVariant
  • parse::FuncDecl
  • parse::Ident
  • parse::IntExpr
  • parse::KdlScriptParseError
  • parse::LetStmt
  • parse::LiteralExpr
  • parse::ParsedProgram
  • parse::PathExpr
  • parse::PrintStmt
  • parse::PunBlock
  • parse::PunDecl
  • parse::PunEnv
  • parse::ReturnStmt
  • parse::StructDecl
  • parse::TaggedDecl
  • parse::TaggedVariant
  • parse::TypedVar
  • parse::UnionDecl
  • spanned::Spanned
  • types::AliasTy
  • types::Arg
  • types::ArrayTy
  • types::DefinitionGraph
  • types::EnumTy
  • types::EnumVariantTy
  • types::FieldTy
  • types::Func
  • types::KdlScriptTypeError
  • types::PunBlockTy
  • types::PunTy
  • types::RefTy
  • types::StructTy
  • types::TaggedTy
  • types::TaggedVariantTy
  • types::TypedProgram
  • types::UnionTy

Enums

  • ErrorMode
  • ErrorStyle
  • KdlScriptError
  • parse::Attr
  • parse::Expr
  • parse::LangRepr
  • parse::Literal
  • parse::PunSelector
  • parse::Repr
  • parse::Stmt
  • parse::TyDecl
  • parse::Tydent
  • types::Definition
  • types::PrimitiveTy
  • types::Ty

Functions

  • eval::eval_kdl_script
  • parse::parse_kdl_script
  • types::typeck

Type Aliases

  • Result
  • parse::StableMap
  • types::FuncIdx
  • types::TyIdx

Constants

  • types::PRIMITIVES