# apollo-rs: spec-compliant GraphQL tools in Rust

DevFeed: [apollo-rs: spec-compliant GraphQL tools in Rust](<https://devfeed.tech/articles/apollo-rs-spec-compliant-graphql-tools-in-rust-23213.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-rs-graphql-tools-in-rust>)

Author: Irina Shestak

Published: 2021-11-01T14:36:31Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Library](<https://devfeed.tech/topics/library.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apis](<https://devfeed.tech/tags/apis.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [diagnostics](<https://devfeed.tech/tags/diagnostics.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rust](<https://devfeed.tech/tags/rust.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

## AI overview

Apollo announces apollo-rs, an open-source collection of spec-compliant GraphQL tools written in Rust. The collection includes components that convert GraphQL schema text into a native Rust representation and convert Rust back into schemas.

## Source excerpt

At Apollo, we write tools that empower developers to operate graphs of all sizes safely and efficiently. To help us do this, we've started adopting Rust. Today, we're pleased to announce : an open-source collection of spec-compliant tools for working with GraphQL in Rust. comes with two components: and . converts schema text into a native Rust representation. And converts Rust back into schemas.