From b0eaf6b136b1ec03a4b3ea7cedd78a41015c90de Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Mon, 17 Nov 2025 19:54:53 -0600 Subject: [PATCH] Add stub nomenclature doc --- docs/nomenclature.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/nomenclature.md diff --git a/docs/nomenclature.md b/docs/nomenclature.md new file mode 100644 index 0000000..381e5c9 --- /dev/null +++ b/docs/nomenclature.md @@ -0,0 +1,4 @@ +We use `Call` and `Result` for our own types that wrap `Request` and +`Response`. + +This hopefully will make things less confusing and avoid problems with shadowing.