Docs.rs
  • kcl-lib-0.2.29
    • kcl-lib 0.2.29
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • adamchalmers
    • jessfraz
    • github:kittycad:crate-owners
    • Dependencies
      • anyhow ^1.0.93 normal
      • async-recursion ^1.1.1 normal
      • async-trait ^0.1.83 normal
      • base64 ^0.22.1 normal
      • chrono ^0.4.38 normal
      • clap ^4.5.21 normal optional
      • convert_case ^0.6.0 normal
      • dashmap ^6.1.0 normal
      • derive-docs ^0.1.33 normal
      • dhat ^0.3 normal optional
      • fnv ^1.0.7 normal
      • form_urlencoded ^1.2.1 normal
      • futures ^0.3.31 normal
      • git_rev ^0.1.0 normal
      • gltf-json ^1.4.1 normal
      • http ^1 normal
      • image ^0.25.5 normal
      • indexmap ^2.7.0 normal
      • kittycad ^0.3.28 normal
      • kittycad-modeling-cmds ^0.2.79 normal
      • lazy_static ^1.5.0 normal
      • measurements ^0.11.0 normal
      • miette ^7.2.0 normal
      • mime_guess ^2.0.5 normal
      • parse-display ^0.9.1 normal
      • pyo3 ^0.22.6 normal optional
      • regex ^1.11.1 normal
      • reqwest ^0.12 normal
      • rgba_simple ^0.10.0 normal
      • ropey ^1.6.1 normal
      • schemars ^0.8.17 normal
      • serde ^1.0.214 normal
      • serde_json ^1.0.128 normal
      • sha2 ^0.10.8 normal
      • tabled ^0.15.0 normal optional
      • thiserror ^2.0.0 normal
      • toml ^0.8.19 normal
      • ts-rs ^10.0.0 normal
      • url ^2.5.3 normal
      • urlencoding ^2.1.3 normal
      • uuid ^1.11.0 normal
      • validator ^0.19.0 normal
      • web-time ^1.1 normal
      • winnow ^0.6.18 normal
      • zip ^2.0.0 normal
      • base64 ^0.22.1 dev
      • criterion ^0.5.1 dev
      • expectorate ^1.1.0 dev
      • handlebars ^6.2.0 dev
      • iai ^0.1 dev
      • image ^0.25.5 dev
      • insta ^1.41.1 dev
      • itertools ^0.13.0 dev
      • miette ^7.2.0 dev
      • pretty_assertions ^1.4.1 dev
      • tokio ^1.41.1 dev
      • twenty-twenty ^0.8.0 dev
      • approx ^0.5 normal
      • bson ^2.13.0 normal
      • tokio ^1.41.1 normal
      • tokio-tungstenite ^0.24.0 normal
      • tower-lsp ^0.20.0 normal
      • js-sys ^0.3.72 normal
      • tokio ^1.41.1 normal
      • tower-lsp ^0.20.0 normal
      • wasm-bindgen ^0.2.99 normal
      • wasm-bindgen-futures ^0.4.49 normal
      • web-sys ^0.3.76 normal
    • Versions
    • 49.24% 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.2.29

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • CacheInformation
  • CompilationError
  • Configuration
  • CopilotLspBackend
  • ExecState
  • ExecutorContext
  • ExecutorSettings
  • FormatOptions
  • KclLspBackend
  • KclLspServerSubCommand
  • ModuleId
  • OldAstState
  • Program
  • ProjectConfiguration
  • SourceRange
  • exec::DefaultPlanes
  • exec::IdGenerator
  • exec::ProgramMemory
  • exec::Sketch
  • lint::Discovered
  • lint::Finding
  • native_engine::EngineConnection
  • std_utils::TangentialArcInfoInput
  • test_server::RequestBody

Enums

  • ConnectionError
  • ExecError
  • ExecutionKind
  • KclError
  • UnitLength
  • exec::KclValue
  • exec::PlaneType

Traits

  • CoreDump
  • EngineManager
  • lint::Rule

Functions

  • lint::checks::lint_call_expressions
  • lint::checks::lint_object_properties
  • lint::checks::lint_should_be_offset_plane
  • lint::checks::lint_variables
  • modify_ast_for_sketch
  • std_utils::get_tangential_arc_to_info
  • std_utils::is_points_ccw_wasm
  • test_server::execute_and_snapshot
  • test_server::execute_and_snapshot_ast
  • test_server::execute_and_snapshot_no_auth
  • test_server::new_context

Constants

  • lint::checks::Z0001
  • lint::checks::Z0002
  • lint::checks::Z0003