1

Rust Jobs in Denver, CO (NOW HIRING)

Sr. Rust Engineer

Denver, CO ยท On-site

$126K - $166K/yr

Sr. Rust Engineer Long Term Contract What you'll do: * Design, build, and ship production Rust services end-to-end from Postgres schema and migrations up through GraphQL and gRPC APIs for tens of ...

New

Rust Software Developer

Aurora, CO

$86K - $198K/yr

  • Medical

  • Life

  • Retirement

  • PTO

Rust Software Developer TheOpportunity: At Booz Allen, we believein empowering people to change the world. Asa Rust Software Developer, you'll applyyour technicalexpertiseto solve complex ...

Software Engineer

Louisville, CO ยท On-site

$100K - $145K/yr

Role_scope - seeking a Software Engineer with strong Rust expertise and hands-on embedded systems experience to support full-stack development across low-level device integration and higher-level ...

Software Engineer

Louisville, CO ยท On-site

$100/hr

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

We are seeking a Software Engineer with deep expertise in Rust and familiarity with embedded systems development to join our cross-functional engineering team. In this role, you'll work across the ...

Software Engineer

Louisville, CO ยท On-site

$100/hr

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

We are seeking a Software Engineer with deep expertise in Rust and familiarity with embedded systems development to join our cross-functional engineering team. In this role, you'll work across the ...

Software Engineer

Louisville, CO ยท On-site

$100/hr

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

We are seeking a Software Engineer with deep expertise in Rust and familiarity with embedded systems development to join our cross-functional engineering team. In this role, you'll work across the ...

next page

Showing results 1-20

Rust information

See Denver, CO salary details

$25.7K

$71.4K

$101.9K

How much do rust jobs pay per year?

As of Aug 16, 2026, the average yearly pay for rust in Denver, CO is $71,448.00, according to ZipRecruiter salary data. Most workers in this role earn between $39,600.00 and $96,800.00 per year, depending on experience, location, and employer.

What is a rust?

A Rust job typically involves developing software using the Rust programming language, which is known for its memory safety, performance, and concurrency features. Rust developers work on system programming, web assembly, backend services, and embedded systems. Many Rust jobs are in industries requiring high-performance and secure applications, such as finance, blockchain, and networking. Employers look for proficiency in Rust, knowledge of software development best practices, and experience with related tools and frameworks.

What are the key skills and qualifications needed to thrive in the rust position, and why are they important?

To thrive as a Rust Developer, you need strong programming abilities in Rust, a solid understanding of systems programming concepts, and typically a background in computer science or related fields. Familiarity with industry-standard tools like Cargo, Git, and CI/CD pipelines, as well as knowledge of platforms such as Linux, is often expected. Excellent problem-solving, effective communication, and a collaborative mindset help developers excel when working on complex software projects within teams. These skills are crucial for building robust, high-performance applications while ensuring maintainability and scalability in demanding technology environments.

What are the most common challenges faced by rust developers in their day-to-day work?

Rust Developers often encounter challenges related to borrowing and ownership concepts, which are core features that ensure memory safety but can also make debugging and designing programs more difficult for those new to the language. Additionally, as Rust is still relatively young compared to some other languages, developers may face limited third-party library support or need to contribute to open-source tools themselves. However, working in teams allows for knowledge sharing and collaborative problem-solving, making it easier to overcome these obstacles. Embracing a growth mindset and participating in the active Rust community can help developers quickly adapt and thrive in this evolving field.

What are the most commonly searched types of Rust jobs in Denver, CO?

The most popular types of Rust jobs in Denver, CO are:

What cities near Denver, CO are hiring for Rust jobs?

Cities near Denver, CO with the most Rust job openings:

Infographic showing various Rust job openings in Denver, CO as of August 2026, with employment types broken down into 96% Full Time, and 4% Contract. Highlights an 72% In-person, 4% Hybrid, and 24% Remote job distribution, with an average salary of $71,448 per year, or $34.4 per hour.

Sr. Rust Engineer

Exl Neo Technologies

Denver, CO โ€ข On-site

$126K - $166K/yr

Other

Posted 2 days ago

New


Job description

Sr. Rust Engineer

Long Term Contract

What you'll do:

  • Design, build, and ship production Rust services end-to-end from Postgres schema and migrations up through GraphQL and gRPC APIs for tens of thousands of users, with care for backwards compatibility and gated rollout of behavior changes.
  • Own features in our cloud GraphQL API: async-graphql schema and resolvers, sqlx queries and migrations (raw, compile-checked SQL no ORM), relationship-based authorization (Ory Keto), search (Meilisearch), and messaging (NATS/JetStream).
  • Build and evolve async, concurrent systems with Tokio services, background workers, and streaming APIs that stay correct under load and observable in production.
  • Work across gRPC / Protobuf service boundaries (Tonic/Prost), treating published surfaces as backwards-compatibility contracts.
  • Contribute to shared foundational crates with wide blast radius, keeping changes narrow and well-tested.
  • Extend Strada's peer-to-peer architecture iroh/QUIC transport, WebRTC signaling, TURN, NAT traversal where media transfers directly between machines.
  • Depending on your interests and the team's needs, go deep on the GStreamer media pipeline (custom elements, pro codecs, low-latency streaming) or the cloud and data plane (API, storage, search, auth).
  • Instrument everything (OpenTelemetry, Datadog, Prometheus) and take part in CI/CD on AWS EKS (Terraform/Terragrunt, GitHub Actions).

What you bring:

Must-have (core, non-negotiable)

  • Strong production Rust ownership, borrowing and lifetimes, traits, error handling, and a type system used well.
  • Solid async Rust (Tokio or equivalent): tasks, channels, streams, cancellation, and reasoning clearly about concurrency correctness.
  • Experience designing and operating backend services and their APIs (HTTP / GraphQL / gRPC).
  • Production experience with relational databases and SQL (PostgreSQL preferred), including schema design and migrations comfortable with raw SQL, not just an ORM.
  • A solid grasp of auth fundamentals OAuth2 / JWT, and RBAC or relationship-based access control.
  • At home in a command-line, cloud-native workflow (Docker, CI/CD, some cloud infrastructure exposure), collaborating and reviewing code in a sizable codebase.

Where you could make a big impact:

  • These are areas you can own and go deep on any one is a way to have outsized impact, and a couple can be a specialty in their own right.
  • Real-time and networking systems WebRTC (SDP/ICE/TURN), QUIC, NAT traversal, or libraries like iroh.
  • Media and streaming GStreamer, professional video codecs (ProRes, RED R3D, Blackmagic RAW), AVFoundation / VideoToolbox, low-latency pipelines.
  • Systems-level / OS work daemons and background services (launchd / Windows services), Unix domain sockets and named pipes, virtual filesystems (NFS / FSKit / WinFsp), caching, and content addressing.

Nice to have / bonus:

  • gRPC / Protobuf on the Rust stack (Tonic/Prost), with schema-evolution and backwards-compat discipline.
  • async-graphql or other production GraphQL server experience.
  • sqlx specifically (compile-time-checked queries, offline mode) and Postgres performance tuning.
  • Ory (Keto/Oathkeeper) or other Zanzibar-style authorization; Auth0.
  • Cloud-native ops AWS (EKS, ECR, S3), Kubernetes, Terraform/Terragrunt, NATS, Meilisearch.
  • Cross-language FFI (swift-bridge, Rust wift/TS bindings) handy, since our clients embed Rust.
  • Nix/devenv reproducible environments and just-based task runners.
  • Observability tooling (OpenTelemetry, Datadog, PrometheGrafana/Tempo).
  • A background in film, video, or post-production, or other professional media workflows.