switch to PassByValue and PassByPointer traits

This commit is contained in:
Dustin J. Mitchell
2022-02-06 04:02:53 +00:00
parent a46a9d587a
commit 23ba6a57b3
7 changed files with 187 additions and 192 deletions

View File

@@ -1,4 +1,6 @@
#![warn(unsafe_op_in_unsafe_fn)]
mod traits;
mod util;
pub mod arrays;