Skip to content

Commit 8549bb3

Browse files
Update title and headings in background.md
1 parent 9a6a7e6 commit 8549bb3

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/rust-on-gcp
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
---
2-
title: Getting started with Rust on Google Axion C4A (Arm Neoverse-V2)
2+
title: Get started with Rust on Google Axion C4A (Arm Neoverse-V2)
33

44
weight: 2
55

66
layout: "learningpathall"
77
---
88

9-
## Google Axion C4A Arm instances in Google Cloud
9+
## Explore Google Axion C4A Arm instances in Google Cloud
1010

1111
Google Axion C4A is a family of Arm-based virtual machines built on Google’s custom Axion CPU, which is based on Arm Neoverse-V2 cores. Designed for high-performance and energy-efficient computing, these virtual machines offer strong performance for modern cloud workloads such as CI/CD pipelines, microservices, media processing, and general-purpose applications.
1212

1313
The C4A series provides a cost-effective alternative to x86 virtual machines while leveraging the scalability and performance benefits of the Arm architecture in Google Cloud.
1414

15-
To learn more about Google Axion, refer to the [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu) blog.
15+
To learn more about Google Axion, see the Google blog [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu).
1616

17-
## Rust
17+
## Explore Rust
1818

1919
[Rust](https://www.rust-lang.org/) is a modern, high-performance systems programming language designed for safety, speed, and concurrency. It provides memory safety without garbage collection, making it ideal for building reliable and efficient software.
2020

21-
Developed by Mozilla, Rust is widely used in system-level programming, web assembly, embedded systems, and performance-critical applications.
22-
Its strong type system and ownership model help prevent common bugs like data races and memory leaks.
21+
Developed by Mozilla, Rust is widely used in system-level programming, web assembly, embedded systems, and performance-critical applications. Its strong type system and ownership model help prevent common bugs like data races and memory leaks.
2322

24-
To learn more, visit the [official Rust website](https://www.rust-lang.org/).
23+
To learn more, visit the [Rust website](https://www.rust-lang.org/).

0 commit comments

Comments
 (0)