rbxcloud icon indicating copy to clipboard operation
rbxcloud copied to clipboard

Flatten the `rbx` module?

Open jackTabsCode opened this issue 10 months ago • 4 comments

Is there any reason this exists? It seems like noise.

jackTabsCode avatar Mar 24 '25 17:03 jackTabsCode

This exists simply for code organization. Is there a way to flatten this out without pulling the files out of rbx, or is that the only way?

Sleitnick avatar Mar 24 '25 20:03 Sleitnick

@Sleitnick

I believe it'd involve changing src/lib.rs to this:

pub mod rbx;
pub use rbx::*;

jackTabsCode avatar Mar 24 '25 23:03 jackTabsCode

Ok, yeah I'm fine with that change.

Sleitnick avatar Mar 25 '25 05:03 Sleitnick