arti/doc
Nick Mathewson 3b0336e841 netdoc: add a new type for Nicknames
Relay nicknames are always between 1 and 19 characters long, and
they're always ASCII: That means that storing them in a [u8;19] will
always be possible, and always use less resources than storing them
in a String.

Fortunately, the tinystr crate already helps us with this kind of
thing.
2022-05-09 15:59:38 -04:00
..
testing Fix grammar and typos 2022-04-27 13:52:13 +01:00
Android.md Fix typos 2022-04-20 11:48:43 +00:00
Architecture.md arti-hyper: Upgrade from an example to an "adaptation layer" 2022-03-01 11:53:15 +00:00
CONFIG-NOTES.md Fix grammar and typos 2022-04-27 13:52:13 +01:00
Compatibility.md Revise repository-level documentation 2021-06-17 12:18:28 -04:00
Errors.md Fix spacing 2022-04-27 13:52:43 +01:00
FAQ.md Fix wording in FAQ 2022-04-20 11:48:45 +00:00
Release.md rename *.py scripts to bare name 2022-02-18 11:46:06 +00:00
TROUBLESHOOTING.md TROUBLESHOOTING.md: More information+links about build process. 2022-01-21 10:59:14 -05:00
iOS.md Fix typos 2022-02-02 20:18:22 +02:00
semver_status.md netdoc: add a new type for Nicknames 2022-05-09 15:59:38 -04:00