opencode-cloud-core 3.0.2

Core library for opencode-cloud - config management, singleton enforcement, and shared utilities
Documentation
1
2
3
4
fn main() {
    // Setup NAPI build for the cdylib target
    napi_build::setup();
}