Rust Revolution: Link Store Migrates to Enhanced Performance
Groundbreaking Upgrade Promises to Boost Hub Efficiency with New Rust Code and Enhanced Methods!
Commit Details:
perf: migrate link store to Rust (#1806) ## Motivation - Move link store to rust for improved Hub performance ## Change Summary - Add link store rust code - Add convenience methods for Stores type conversions ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [x] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [x] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [x] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) ## Additional Context If this is a relatively large or complex change, provide more details here that will help reviewers <!-- start pr-codex --> --- ## PR-Codex overview This PR migrates the link store to Rust, adds new methods, implements traits, and refactors error handling. ### Detailed summary - Migrated link store to Rust - Added new methods to the link store - Implemented traits for `IntoU8` and `IntoI32` - Refactored error handling in the store - Updated dependencies and imports > The following files were skipped due to too many changes: `apps/hubble/src/rustfunctions.ts`, `apps/hubble/src/storage/stores/linkStore.ts`, `apps/hubble/src/addon/src/store/link_store.rs` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->