Docs.rs
wdl-grammar-0.3.0
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
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
wdl-grammar 0.3.0
A parse tree for Workflow Description Language (WDL) documents
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
16
out of
16
items documented
3
out of
11
items with examples
Ø build duration
all releases: 34s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
Homepage
stjude-rust-labs/wdl
62
33
0
crates.io
Dependencies
clap ^4.4.7
normal
optional
colored ^2.0.4
normal
optional
convert_case ^0.6.0
normal
env_logger ^0.10.0
normal
optional
indexmap ^2.1.0
normal
optional
log ^0.4.20
normal
optional
logos ^0.14.0
normal
miette ^7.2.0
normal
nonempty ^0.9.0
normal
pest ^2.7.5
normal
pest_derive ^2.7.5
normal
rowan ^0.15.15
normal
serde ^1
normal
optional
serde_with ^3.4.0
normal
optional
thiserror ^1.0.59
normal
tokio ^1.33.0
normal
optional
toml ^0.8.8
normal
optional
wdl-core ^0.2.0
normal
wdl-macros ^0.1.0
normal
colored ^2.0.4
dev
miette ^7.2.0
dev
pretty_assertions ^1.4.0
dev
rayon ^1.10.0
dev
Versions
0.25.1
(2026-08-05)
0.25.0
(2026-07-15)
0.24.0
(2026-06-26)
0.23.0
(2026-06-03)
0.22.0
(2026-05-14)
0.21.1
(2026-04-02)
0.21.0
(2026-02-11)
0.20.0
(2026-01-12)
0.19.0
(2025-11-24)
0.18.0
(2025-10-14)
0.17.0
(2025-09-15)
0.16.0
(2025-08-13)
0.15.0
(2025-07-31)
0.14.0
(2025-07-09)
0.13.0
(2025-05-02)
0.12.1
(2025-05-02)
0.12.0
(2025-04-01)
0.11.0
(2025-01-17)
0.10.0
(2024-10-22)
0.9.0
(2024-10-16)
0.8.0
(2024-09-16)
0.7.0
(2024-08-22)
0.6.0
(2024-07-17)
0.5.0
(2024-06-28)
0.4.0
(2024-06-14)
0.3.0
(2024-05-31)
0.2.0
(2023-12-17)
0.1.0
(2023-11-22)
Owners
A crate for lexing and parsing the Workflow Description Language (WDL) using
pest
.