intercreate / smpclient

Simple Management Protocol (SMP) Client for remotely managing MCU firmware
Apache License 2.0
9 stars 6 forks source link

typing: replace TypeGuard with TypeIs #53

Closed JPHutchins closed 2 weeks ago

JPHutchins commented 1 month ago

This improves the type narrowing so that exhaustiveness can be asserted statically with assert_never().