chore: crates.io metadata and README accuracy fixes#12
Conversation
- Add readme, homepage, keywords, categories to both crate Cargo.tomls - Fix encryption docs: ring on native, aes-gcm on wasm32 (via cachekit-core) - Update version references from 0.0.1-alpha.1 to 0.2 - Add Redis backend usage example with explicit connect() - Add cachekit-macros README pointing to main crate docs - Improve architecture tree with accurate module descriptions
ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe PR updates documentation and metadata across the cachekit-rs project. Root README reflects version 0.2 with updated examples, expanded backend capabilities, Redis cluster support, and strengthened security guidance. New proc-macro README and enhanced Cargo metadata improve project visibility and discoverability. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
Summary
readme,homepage,keywords,categoriesto both crate Cargo.tomlsringon native,aes-gcmon wasm32 (via cachekit-core)0.0.1-alpha.1to0.2connect()callcachekit-macros/README.mdpointing to main crate docsTest plan
cargo publish -p cachekit-macros --dry-run— packages cleanly (7 files, 11.8KB)cargo clippy -- -D warnings— cleancargo publish -p cachekit-rs --dry-run— expected failure (cachekit-macros not on crates.io yet; handled by sequential publish in release workflow)Summary by CodeRabbit
Documentation
cachekit-macroscrate with usage examples.Chores