mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 18:10:30 +08:00
feat(rust): split core library into activate/license/heartbeat modules with build.rs and C ABI tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Heartbeat logic — periodic license validation
|
||||
|
||||
use crate::{CraftContext, CraftResult};
|
||||
|
||||
pub fn do_heartbeat(_ctx: &CraftContext) -> CraftResult {
|
||||
crate::ok_result()
|
||||
}
|
||||
Reference in New Issue
Block a user