mirror of
https://github.com/Noratrieb/the-good-stuff.git
synced 2026-01-14 16:45:01 +01:00
sendsync
This commit is contained in:
parent
13e6a1d6c6
commit
afb32dbd6a
3 changed files with 153 additions and 7 deletions
11
src/lib.rs
11
src/lib.rs
|
|
@ -1,8 +1,9 @@
|
|||
#![feature(ptr_metadata)]
|
||||
#![feature(trace_macros)]
|
||||
#![feature(auto_traits)]
|
||||
#![feature(negative_impls)]
|
||||
|
||||
mod cfg_match;
|
||||
mod unroll_int;
|
||||
mod unsized_clone;
|
||||
|
||||
pub use unsized_clone::*;
|
||||
pub mod cfg_match;
|
||||
pub mod sendsync;
|
||||
pub mod unroll_int;
|
||||
pub mod unsized_clone;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue