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.
1 parent 213032f commit b5b8d92Copy full SHA for b5b8d92
lib/rust/zephyr/src/time.rs
@@ -1,3 +1,6 @@
1
+// Copyright (c) 2024 Linaro LTD
2
+// SPDX-License-Identifier: Apache-2.0
3
+
4
//! Time types similar to `std::time` types.
5
//!
6
//! However, the rust-embedded world tends to use `fugit` for time. This has a Duration and
0 commit comments