Changelog
- Optimize stack usage of
Dispatch::poll
- Replace
trussed
dependency withtrussed-core
. - Replace
heapless
dependency withheapless-bytes
. - Move the
app
andcommand
modules into a separate crate,ctaphid-app
, and re-export it. - Make
App
trait generic over the response size. - Remove unused
ShortMessage
type. - Flatten the public module structure and remove unnecessary re-exports.