# federation-rs **Repository Path**: mirrors_apollographql/federation-rs ## Basic Information - **Project Name**: federation-rs - **Description**: Contains source code for Apollo Federation's Rust<--> JavaScript interop - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `federation-rs` This repository is responsible for all the TypeScript <--> Rust interop. Currently this includes composition and query planning. ## Branch Strategy `main` is for the latest stable federation v2.x release. We can create support branches for older versions of federation (like `support/v1`). ## Crates Each crate listed here has their own README with much more information than what's here. ### `apollo-composition` Bridges the gap between the JavaScript [federation](https://github.com/apollographql/federation) and the Rust [apollo-federation](https://github.com/apollographql/router) libraries for composition. ### `apollo-federation-types` The `apollo-federation-types` crate has shared types used for both Rover and Apollo GraphOS services, primarily around the composition process.