mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #3363] [MERGED] Project-wide doc tidying #3777
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#3777
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/3363
Author: @cpu
Created: 11/26/2025
Status: ✅ Merged
Merged: 11/27/2025
Merged by: @cpu
Base:
main← Head:cpu-docs-jam_dev📝 Commits (10+)
891713bcargo: remove boilerplate template comments90067c0cargo: remove badges metadataeb3505ftests: remove broken readme metadata0e0c457crates/resolver: word-wrap Cargo.toml description6e0bca3docs: fix FAQ rendering4c35e1bdocs: clarify bin crate descriptionebb7470docs: remove NOTICE about project rename from crates9dcb517docs: describe crypto providers in top-level README646b961bin: rework README feature discussion938777dbin: fold DNSSEC status into feature discussion📊 Changes
16 files changed (+347 additions, -276 deletions)
View changed files
📝
README.md(+21 -4)📝
bin/Cargo.toml(+4 -8)📝
bin/README.md(+59 -23)📝
crates/client/Cargo.toml(+3 -12)📝
crates/client/README.md(+45 -73)📝
crates/proto/Cargo.toml(+2 -7)📝
crates/proto/README.md(+55 -4)📝
crates/recursor/Cargo.toml(+1 -10)📝
crates/recursor/README.md(+44 -5)📝
crates/resolver/Cargo.toml(+2 -7)📝
crates/resolver/README.md(+44 -43)📝
crates/server/Cargo.toml(+5 -6)📝
crates/server/README.md(+62 -39)📝
tests/compatibility-tests/Cargo.toml(+0 -12)📝
tests/integration-tests/Cargo.toml(+0 -12)📝
util/Cargo.toml(+0 -11)📄 Description
Follow-up to https://github.com/hickory-dns/hickory-dns/pull/3362
I started on this thinking that only a few tweaks were required, but as I went I kept finding more and more to do. There's no doubt a lot more improvements that could be made here, but I think this is a step in the right direction.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.