Docs.rs
sdml-parse-0.4.1
sdml-parse 0.4.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
johnstonskj
Dependencies
codespan-reporting ^0.11.1
normal
rust_decimal ^1.36.0
normal
sdml-core ^0.4.1
normal
sdml-errors ^0.4.1
normal
search_path ^0.1.4
normal
serde ^1.0.210
normal
serde_json ^1.0.128
normal
tracing ^0.1.40
normal
tree-sitter ^0.24.4
normal
tree-sitter-sdml ^0.4.6
normal
url ^2.5
normal
paste ^1.0.15
dev
pretty_assertions ^1.4
dev
Versions
32.76%
of the crate is documented
Platform
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
sdml_
parse
0.4.1
Module error
Module Items
Enums
Type Aliases
In crate sdml_
parse
sdml_parse
Module
error
Copy item path
Source
Expand description
Provides the project-wide Error and Result types as well as helper functions.
Enums
§
Error
The Error type for this crate.
Type Aliases
§
Result
A Result type that specifically uses this crate’s Error.