diff --git a/newsfragments/214.feature.rst b/newsfragments/214.feature.rst new file mode 100644 index 0000000..1247536 --- /dev/null +++ b/newsfragments/214.feature.rst @@ -0,0 +1,9 @@ +Add optional `msgspec `_ support over +TCP streams as an alernative, faster MessagePack codec. + +This get's us moving toward typed messaging/IPC protocols. Further, +``msgspec`` structs may be a valid tool to start for formalizing our "SC +dialog un-protocol" messages as described in `#36 +`_`. + +