Merge branch 'main' into patch-1

This commit is contained in:
Jyotirmay Shelly 2023-03-27 20:30:52 -07:00 committed by GitHub
commit ec9eafd8cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)