mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00: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,11 @@
|
||||
LIBRARY craftlabs_auth_bitanswer
|
||||
EXPORTS
|
||||
craft_initialize @1 NONAME
|
||||
craft_activate @2 NONAME
|
||||
craft_check_license @3 NONAME
|
||||
craft_get_license_info @4 NONAME
|
||||
craft_free_license_info @5 NONAME
|
||||
craft_has_feature @6 NONAME
|
||||
craft_release @7 NONAME
|
||||
craft_heartbeat @8 NONAME
|
||||
craft_destroy @9 NONAME
|
||||
Reference in New Issue
Block a user