Skip to content

Commit 4aab3e3

Browse files
committed
Add Cargo (Rust) crosswalk page
Add Rust package manager (Cargo) crosswalk page. - The crosswalk CSV is at https://github.com/codemeta/codemeta/blob/master/crosswalks/Cargo.csv - The column name in https://github.com/codemeta/codemeta/blob/master/crosswalk.csv is "Rust Package Manager" - The Cargo logo is from https://doc.rust-lang.org/cargo/ Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent c8a278b commit 4aab3e3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

content/crosswalk/cargo.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Crosswalk for Rust Package Manager"
3+
image: "/img/cargo.png"
4+
date: "2020-03-05"
5+
---
6+
7+
[Cargo](https://doc.rust-lang.org/cargo/) is the Rust package manager.
8+
9+
The `Cargo.toml` file for each package is called its manifest. Cargo uses the metadata in the manifest to download Rust package’s dependencies, compile packages, make distributable packages, and upload them to crates.io, the Rust community’s package registry.
10+
11+
The manifest format is described in [the Cargo Book](https://doc.rust-lang.org/cargo/reference/manifest.html).
12+
13+
{{< crosswalk name="Rust Package Manager" >}}

static/img/cargo.png

56.8 KB
Loading

0 commit comments

Comments
 (0)