mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
* Remove `NodeServices` * minor * fix * cleanup services * do the shuffle * `LoadedLibrary` -> `Library` Yeah this is probs better * fixes * bruh * lol * get_all_libraries -> get_all * job::manager::Actor * `ctx` to `node` for consistency * _ * cleanup * do arc higher up --------- Co-authored-by: Brendan Allan <brendonovich@outlook.com>
5 lines
52 B
Rust
5 lines
52 B
Rust
pub mod config;
|
|
mod platform;
|
|
|
|
pub use platform::*;
|