mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-12-03 17:09:18 +00:00
Merge branch 'main' into patch-1
This commit is contained in:
commit
ec9eafd8cf
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
* [Text processing](#text-processing-1)
|
||||
* [Text search](#text-search)
|
||||
* [Unsafe](#unsafe)
|
||||
* [Video](#video-1)
|
||||
* [Virtualization](#virtualization-1)
|
||||
* [Web programming](#web-programming)
|
||||
- [Registries](#registries)
|
||||
|
@ -1579,6 +1580,10 @@ https://github.com/BinChengZhao/delay-timer/actions)
|
|||
|
||||
* [zerocopy](https://crates.io/crates/zerocopy) — Utilities for safely reinterpreting arbitrary byte sequences as native Rust types
|
||||
|
||||
### Video
|
||||
|
||||
* [ffmpeg-sidecar](https://github.com/nathanbabcock/ffmpeg-sidecar) — Wrap a standalone FFmpeg binary in an intuitive Iterator interface. [![Build Status](https://github.com/nathanbabcock/ffmpeg-sidecar/actions/workflows/rust.yml/badge.svg)](https://github.com/nathanbabcock/ffmpeg-sidecar/actions/workflows/rust.yml)
|
||||
|
||||
### Virtualization
|
||||
|
||||
* [beneills/quantum](https://github.com/beneills/quantum) — Advanced Rust quantum computer simulator [![build badge](https://api.travis-ci.org/beneills/quantum.svg?branch=master)](https://travis-ci.org/beneills/quantum)
|
||||
|
|
Loading…
Reference in a new issue