mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-10 20:36:48 +00:00
* chore: update toolchain version to 2024-11-05 * update dragon reach to e945c217b3 * update dog to 6f2c0c8f12 --------- Co-authored-by: longjin <longjin@DragonOS.org>
11 lines
184 B
Rust
11 lines
184 B
Rust
#![cfg_attr(not(test), no_std)]
|
|
#![feature(const_for)]
|
|
#![feature(const_trait_impl)]
|
|
#![allow(clippy::needless_return)]
|
|
|
|
#[cfg(test)]
|
|
extern crate std;
|
|
|
|
pub mod crc64;
|
|
pub mod tables;
|