https://github.com/uutils/uutils.github.io
Sources for uutils.github.io
https://github.com/uutils/uutils.github.io
docs rust
Last synced: 11 months ago
JSON representation
Sources for uutils.github.io
- Host: GitHub
- URL: https://github.com/uutils/uutils.github.io
- Owner: uutils
- Created: 2021-08-24T20:02:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T08:17:54.000Z (about 1 year ago)
- Last Synced: 2025-04-04T16:46:50.519Z (12 months ago)
- Topics: docs, rust
- Language: CSS
- Homepage: https://uutils.github.io/
- Size: 55.5 MB
- Stars: 11
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coreutils documentations
This repository generates the user and dev documentations of https://github.com/uutils/coreutils
## User documentation
It is available on:
https://uutils.github.io/coreutils/docs/
Can be generated with:
```bash
cargo run --bin uudoc --all-features
cd docs
mdbook build
```
## Developer documentation:
It is available on:
https://uutils.github.io/dev/coreutils/
Can be generated with:
```bash
cargo doc --no-deps --all-features --workspace
```
The pages are committed daily into the gh-pages branch.
## Build timing
Generated by cargo, the build timings can be seen on:
https://uutils.github.io/cargo-timings/cargo-timing.html