Docs.rs
  • kcl-lib-0.1.35
    • kcl-lib 0.1.35
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • adamchalmers
    • jessfraz
    • github:kittycad:crate-owners
    • Dependencies
      • anyhow ^1.0.75 normal
      • async-recursion ^1.0.5 normal
      • async-trait ^0.1.73 normal
      • clap ^4.4.6 normal
      • dashmap ^5.5.3 normal
      • derive-docs ^0.1.4 normal
      • kittycad ^0.2.33 normal
      • lazy_static ^1.4.0 normal
      • parse-display ^0.8.2 normal
      • schemars ^0.8 normal
      • serde ^1.0.189 normal
      • serde_json ^1.0.107 normal
      • thiserror ^1.0.49 normal
      • ts-rs-json-value ^7 normal
      • uuid ^1.4.1 normal
      • winnow ^0.5.16 normal
      • criterion ^0.5.1 dev
      • expectorate ^1.1.0 dev
      • itertools ^0.11.0 dev
      • pretty_assertions ^1.4.0 dev
      • tokio ^1.33.0 dev
      • bson ^2.7.0 normal
      • futures ^0.3.28 normal
      • reqwest ^0.11.22 normal
      • tokio ^1.33.0 normal
      • tokio-tungstenite ^0.20.0 normal
      • tower-lsp ^0.20.0 normal
      • js-sys ^0.3.64 normal
      • tower-lsp ^0.20.0 normal
      • wasm-bindgen ^0.2.87 normal
      • wasm-bindgen-futures ^0.4.37 normal
      • web-sys ^0.3.64 normal
    • Versions
    • 45.23% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

kcl_lib0.1.35

Module types

  • Structs
  • Enums
  • Traits
  • Functions

In kcl_lib::ast

?
Change settings

Module kcl_lib::ast::types

source ·
Expand description

Data types for the AST.

Structs

  • ArrayExpression
  • BinaryExpression
  • CallExpression
  • ConstraintLevels
    A vector of constraint levels.
  • ExpressionStatement
  • FormatOptions
    Format options.
  • FunctionExpression
  • Identifier
  • Literal
  • MemberExpression
  • NonCodeMeta
  • NonCodeNode
  • ObjectExpression
  • ObjectKeyInfo
  • ObjectProperty
  • PipeExpression
  • PipeSubstitution
  • Program
  • ReturnStatement
  • UnaryExpression
  • VariableDeclaration
  • VariableDeclarator

Enums

  • BinaryOperator
  • BinaryPart
  • BodyItem
  • CommentStyle
  • ConstraintLevel
    The constraint level.
  • Function
    A function declaration.
  • Hover
    Describes information about a hover.
  • LiteralIdentifier
  • MemberObject
  • NonCodeValue
  • UnaryOperator
  • Value
  • VariableKind

Traits

  • ValueMeta

Functions

  • parse_json_number_as_f64
  • parse_json_number_as_usize
  • parse_json_value_as_string