-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Options available:
-
rasn -
no_stdbut requiresalloc. Uses heap-allocating types internally (bitvec, bytes, etc.). Incompatible with ledger's heapless secure element environment. -
rasn-compiler custom backend - The compiler supports pluggable backends, so a zero-copy backend is theoretically possible. However, no existing heapless backend exists to build from—would require implementing a full Backend trait from scratch. Effort may exceed benefit for this schema size.
-
Manual implementation (currently proposed Implement keetanetwork-block crate with block and operation types #3) - Direct control over memory layout, zero-copy parsing with
&'a [u8]slices, minimal effort compared to building a custom compiler backend.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request