praxis-stdlib 0.2.0

Method catalog schema and the Praxis prelude.
Documentation
[package]
name = "praxis-stdlib"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Method catalog schema and the Praxis prelude."
keywords.workspace = true
categories.workspace = true
readme = "README.md"

[dependencies]
praxis-source.workspace = true

# Doctests are not run (the justfile says why): rustdoc has to analyze the whole
# crate before it can find out there are none, and the result is never cached,
# so `cargo test` pays ~6s per crate for it on every run.
[lib]
doctest = false