mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-28 02:18:20 +00:00
6257584951
core: Remove dangling module decls
core: Use new Cargo feature resolver, use external MacOS debug info
core: Rust docs improvements
core: Upgrade bindgen
core: Add test target to Rust
ci: build rust sources
build(core): .ARM.exidx.text.__aeabi_ui2f in t1 firmware size
It's an unwind table for softfloat function inserted by rustc, probably
can be removed to save 8 bytes:
|
||
---|---|---|
.. | ||
buffer.rs | ||
dict.rs | ||
ffi.rs | ||
func.rs | ||
gc.rs | ||
iter.rs | ||
list.rs | ||
macros.rs | ||
map.rs | ||
mod.rs | ||
obj.rs | ||
qstr.rs | ||
runtime.rs | ||
typ.rs |