summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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.