Implement preinit related features in Rust

This commit is contained in:
topjohnwu
2024-03-28 14:11:03 -07:00
parent 1eddbfd72c
commit a1b6568226
13 changed files with 312 additions and 164 deletions
+1
View File
@@ -3,6 +3,7 @@
#![feature(io_error_more)]
#![feature(utf8_chunks)]
pub use const_format;
pub use libc;
use num_traits::FromPrimitive;