Crate opencode_cloud_core

Crate opencode_cloud_core 

Source
Expand description

opencode-cloud-core - Core library for opencode-cloud

This library provides the shared functionality for both the Rust CLI and Node.js bindings via NAPI-RS.

Re-exports§

pub use version::get_version;
pub use version::get_version_long;
pub use config::Config;
pub use config::load_config;
pub use config::save_config;
pub use singleton::InstanceLock;
pub use singleton::SingletonError;

Modules§

config
Configuration management for opencode-cloud
singleton
Singleton enforcement via PID lock
version
Version information for opencode-cloud