Time Tracker Plugin SDK
SDK for developing plugins for the Time Tracker application.
Overview
This crate provides the core types and traits that plugins must implement to integrate with the Time Tracker application. It includes:
- Plugin trait: Core interface that all plugins must implement
- Plugin API interface: Abstract interface for plugins to interact with the core application
- Schema extensions: Support for plugins to extend the database schema
- FFI bindings: Foreign function interface for dynamic plugin loading
Usage
Add this to your Cargo.toml:
[]
= "0.2.8"
Example
use ;
Documentation
For more information, see the Time Tracker documentation.
License
MIT