From fb1778cb1c853f7fa48afffd256612eac6f387c8 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 27 Jul 2024 17:43:23 +1000 Subject: prelude idea --- bindgen/rust/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bindgen/rust/src/lib.rs') 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, -- cgit v1.2.3-70-g09d2