11 releases (6 breaking)

0.7.0 Nov 12, 2024
0.6.0 Jul 23, 2024
0.5.0 Feb 27, 2024
0.4.0 Oct 27, 2023
0.1.3 Mar 31, 2023

#85 in Embedded development

Download history 7/week @ 2024-09-14 13/week @ 2024-09-21 10/week @ 2024-09-28 106/week @ 2024-11-09 18/week @ 2024-11-16 3/week @ 2024-11-23 14/week @ 2024-11-30

141 downloads per month

Apache-2.0

155KB
2.5K SLoC

This crate provides high-level access to the applet API.

In particular, it provides the following:

  • A panic handler that prints the panic info and traps.
  • A global allocator using the rlsf crate.
  • High-level wrappers around the applet API.

The high-level wrappers provide the following:

  • A safe API. (The applet API requires unsafe.)
  • Rust types like byte slices (instead of their internal representation).
  • Closures for callbacks.

Dependencies

~1.8–2.7MB
~49K SLoC