summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/README.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: Document retain-unknown feature in READMEIan Jackson2026-05-121-0/+4
| | | | Part of #2492.
* tor-netdoc: Document hs-pow-full feature in READMEIan Jackson2026-05-121-0/+3
| | | | | | Move the docs from Cargo.toml to README, and expand them. Part of #2492.
* tor-netdoc: Deprecate encode featureIan Jackson2026-05-121-2/+3
| | | | | | | This feature is empty already. Part of #2492. We ought to wait a release now before we remove it completely.
* tor-netdoc: Document the `testing` featureIan Jackson2026-05-121-0/+3
| | | | | | | We don't need to say it doesn't adhere to semver since every release of tor-netdoc is uses a semver-breaking version. But we do need to say we don't take any care about compatibility.
* tor-netdoc: Abolish deprecated features plain-consensus, routerdescIan Jackson2026-05-121-7/+0
| | | | | | | | These were deprecated in the last release. Now we can remove them. Also remove ns_consensus which was never really documented. Part of #2492.
* tor-netdoc: Un-gate "plain-consensus" cargo featureIan Jackson2026-04-281-3/+4
| | | | As per #2492.
* tor-netdoc: Un-gate "routerdesc" cargo featureIan Jackson2026-04-281-3/+3
| | | | As per #2492.
* tor-netdoc: Introduce the `incomplete` cargo featureIan Jackson2026-04-211-0/+5
| | | | | | Part of #2492 phase 1. No semver note because this is an experimental feature.
* tor-netdoc README: Overview of the traitsIan Jackson2025-12-101-0/+38
|
* tor-netdoc README: Replace structure sectionIan Jackson2025-12-101-8/+11
|
* tor-netdoc README: fix description overviewIan Jackson2025-12-101-4/+3
|
* tor-netdoc README: fix spec refIan Jackson2025-12-101-1/+1
|
* tor-netdoc README: fix terminologyIan Jackson2025-12-101-1/+1
|
* tor-netdoc: Introduce "encode" feature for the like-named moduleIan Jackson2025-11-101-0/+2
| | | | | | | We're going to introduce facilities for encoding more generally, and we'll want a way to enable them. Instead, have a separate feature for *encoding* documents.
* tor-netdoc: Deprecate the netdoc "builder pattern"Ian Jackson2025-10-071-3/+5
| | | | | | | | | We're going to eventually implement the traits in `src/build.rs` for the network document types. But, this feature mainly covers `doc/*build*`. That (a) isn't used in-tree (b) isn't really needed now that the fields are all pub (c) is currently marked experimental.
* tor-netdoc: Document the `hs-client` and `hs-service` featuresIan Jackson2025-10-071-0/+7
| | | | And mention that there are experimental and undocumented features.
* tor-netdoc: Rename ns-consensus to plain-consensusIan Jackson2025-08-181-1/+1
| | | | | | ns-consensus doesn't seem to have ever been released. This is part of abolishing the use of "ns" to mean "plain".
* run ./maint/readmes.shdagon2021-11-291-0/+11
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+44
This will cause some pain for now, but now is really the best time to do this kind of thing.