Add platform module structure #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
Prepare abstraction layer for future platform-specific implementations.
Tasks:
Add platform/ module
Add storage.rs, time.rs
Define traits only (no implementations)
Acceptance Criteria:
Code compiles with empty abstraction layer