1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 06:48:16 +00:00

feat(core/rust): tjpgd in rust

[no changelog]
This commit is contained in:
tychovrahe 2023-01-03 13:09:32 +01:00 committed by TychoVrahe
parent 2f9483f994
commit 02e2b50d3f
3 changed files with 1557 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#![deny(unsafe_op_in_unsafe_fn)]
#![allow(dead_code)]
#![feature(lang_items)]
#![feature(optimize_attribute)]
#[macro_use]
extern crate num_derive;

View File

@ -1,5 +1,7 @@
#[cfg(any(feature = "model_tt", feature = "model_tr"))]
pub mod loader;
#[cfg(feature = "jpeg")]
pub mod tjpgd;
use super::{
constant,

File diff suppressed because it is too large Load Diff