diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-27 17:43:23 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-27 17:43:23 +1000 |
commit | fb1778cb1c853f7fa48afffd256612eac6f387c8 (patch) | |
tree | 43becb3072e474fa3a2d7d98bdd37fc26261057f /bindgen/rust/src/lib.rs | |
parent | baa4f15774e2eb179a9b6ad6f3b781e0c3e85af3 (diff) |
prelude idea
Diffstat (limited to 'bindgen/rust/src/lib.rs')
-rw-r--r-- | bindgen/rust/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bindgen/rust/src/lib.rs b/bindgen/rust/src/lib.rs index f3382a2..fc8b921 100644 --- a/bindgen/rust/src/lib.rs +++ b/bindgen/rust/src/lib.rs @@ -3,6 +3,8 @@ #![warn(missing_docs)] #![cfg_attr(docsrs, feature(doc_cfg))] +pub mod prelude; + use std::{ fs::{self, File}, io::Write, |