mirror of
https://github.com/Noratrieb/the-good-stuff.git
synced 2026-01-14 08:35:03 +01:00
17 lines
306 B
Rust
17 lines
306 B
Rust
#![feature(ptr_metadata)]
|
|
#![feature(strict_provenance)]
|
|
|
|
pub mod cfg_match;
|
|
pub mod hashmaps;
|
|
pub mod innocent_linked_list;
|
|
pub mod scratch;
|
|
#[cfg(FALSE)]
|
|
pub mod sendsync;
|
|
pub mod thin_u128;
|
|
pub mod unroll_int;
|
|
pub mod unsized_clone;
|
|
pub mod assert;
|
|
|
|
pub mod safe_extern {
|
|
pub use pm::safe_extern;
|
|
}
|