mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-13 03:56:33 -04:00
6 lines
122 B
Rust
6 lines
122 B
Rust
// This module contains the native bindings to the core library.
|
|
pub mod methods;
|
|
|
|
#[cfg(target_os = "macos")]
|
|
mod swift;
|