mirror of
https://github.com/docker/docs.git
synced 2026-04-02 01:08:53 +07:00
Putting them in `_samples/library`, which is where Jekyll expects them to be to be in the "samples" collection. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
18 lines
383 B
Markdown
18 lines
383 B
Markdown
---
|
|
title: rust
|
|
keywords: library, sample, rust
|
|
repo: rust
|
|
layout: docs
|
|
permalink: /samples/library/rust/
|
|
hide_from_sitemap: true
|
|
redirect_from:
|
|
- /samples/rust/
|
|
description: |
|
|
Rust is a systems programming language focused on safety, speed, and concurrency.
|
|
---
|
|
|
|
Rust is a systems programming language focused on safety, speed, and concurrency.
|
|
|
|
|
|
{% include library-samples.md %}
|