Docs.rs
kcl-error-0.2.139
kcl-error 0.2.139
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:kittycad:crate-owners
franknoirot
Dependencies
miette ^7.6.0
normal
serde ^1
normal
serde_json ^1
normal
ts-rs ^12.0.1
normal
Versions
14.29%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
Crate kcl_error
kcl_
error
0.2.139
All Items
Crate Items
Structs
Enums
Crate
kcl_
error
Copy item path
Source
Structs
§
Compilation
Issue
An issue which occurred during parsing, etc. The severity determines whether it’s an error, warning, or other kind of issue.
Module
Id
Identifier of a source file. Uses a u32 to keep the size small.
Source
Range
The first two items are the start and end points (byte offsets from the start of the file). The third item is whether the source range belongs to the ‘main’ file, i.e., the file currently being rendered/displayed in the editor.
Suggestion
Enums
§
Severity
Tag