We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#![no_std]
1 parent 4d51343 commit ce99364Copy full SHA for ce99364
types/src/lib.rs
@@ -1,6 +1,8 @@
1
// Copyright (C) Nitrokey GmbH
2
// SPDX-License-Identifier: Apache-2.0 or MIT
3
4
+#![no_std]
5
+
6
use heapless_bytes::Bytes;
7
use serde::{Deserialize, Serialize};
8
use trussed_core::types::SerializedKey;
0 commit comments