1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-22 06:47:49 +02:00

Consistently end list items with a full stop (#2416)

This is more consistent.
This commit is contained in:
Martin Geisler
2024-10-16 11:34:22 +02:00
committed by GitHub
parent bd7b7eb121
commit 701589ffd5
3 changed files with 15 additions and 14 deletions

View File

@@ -20,15 +20,15 @@ The speaker may mention any of the following given the increased use of Rust in
Android:
- Service example:
[DNS over HTTP](https://security.googleblog.com/2022/07/dns-over-http3-in-android.html)
[DNS over HTTP](https://security.googleblog.com/2022/07/dns-over-http3-in-android.html).
- Libraries:
[Rutabaga Virtual Graphics Interface](https://crosvm.dev/book/appendix/rutabaga_gfx.html)
[Rutabaga Virtual Graphics Interface](https://crosvm.dev/book/appendix/rutabaga_gfx.html).
- Kernel Drivers:
[Binder](https://lore.kernel.org/rust-for-linux/20231101-rust-binder-v1-0-08ba9197f637@google.com/)
[Binder](https://lore.kernel.org/rust-for-linux/20231101-rust-binder-v1-0-08ba9197f637@google.com/).
- Firmware:
[pKVM firmware](https://security.googleblog.com/2023/10/bare-metal-rust-in-android.html)
[pKVM firmware](https://security.googleblog.com/2023/10/bare-metal-rust-in-android.html).
</details>