sal-modular/docs
Sameh Abouelsaad cea2d7e655 feat: Refactor kvstore and vault to use features and logging
- Remove hardcoded dependencies in kvstore Cargo.toml; use features
  instead. This allows for more flexible compilation for different
  targets (native vs. WASM).
- Improve logging in vault crate using the `log` crate. This makes
  debugging easier and provides more informative output during
  execution.  Native tests use `env_logger`, WASM tests use
  `console_log`.
- Update README to reflect new logging best practices.
- Add cfg attributes to native and wasm modules to improve clarity.
- Update traits.rs to specify Send + Sync behavior expectations.
2025-05-15 16:42:19 +03:00
..
Architecture.md feat: Add basic project structure and initial crates 2025-05-13 20:24:29 +03:00
kvstore-vault-architecture.md feat: Add basic project structure and initial crates 2025-05-13 20:24:29 +03:00
native-wasm-build-plan.md feat: Refactor kvstore and vault to use features and logging 2025-05-15 16:42:19 +03:00
RepoStructure.md feat: Add basic project structure and initial crates 2025-05-13 20:24:29 +03:00
vault_impl_plan.md feat: Refactor kvstore and vault to use features and logging 2025-05-15 16:42:19 +03:00
vault.md feat: Refactor kvstore and vault to use features and logging 2025-05-15 16:42:19 +03:00