Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 936 Bytes

File metadata and controls

40 lines (27 loc) · 936 Bytes

coreutils documentations

This repository generates the user and dev documentations of https://github.com/uutils/coreutils

User documentation

It is available on: https://uutils.org/coreutils/docs/

Can be generated with:

cargo run --bin uudoc --all-features
cd docs
mdbook build

Playground

An in-browser playground runs the uutils coreutils WASM build directly in your browser: https://uutils.org/playground/

See also how it works: https://uutils.org/playground-how-it-works/

Developer documentation:

It is available on: https://uutils.org/dev/coreutils/

Can be generated with:

cargo doc --no-deps --all-features --workspace

The website CI builds this on each main/scheduled run and publishes it under /dev/coreutils/ (and /dev/findutils/) as part of the deploy.

Build timing

Generated by cargo, the build timings can be seen on: https://uutils.org/cargo-timings/cargo-timing.html