quiche
1.1、quiche简介
是什么 ?:an implementation of the QUIC transport protocol and HTTP/3 as specified by the IETF QUIC Working Group
开发语言:Rust
开发公司:Cloudflare
官方主页:https://docs.quic.tech/quiche
源码仓库:https://github.com/cloudflare/quiche
1.2、通过包管理器安装quiche
操作系统包管理器安装命令
macOSHomeBrewbrew install quiche
GNU/LinuxHomeBrewbrew install quiche
aptsudo apt-get install -y quiche
CentOSyumsudo yum install -y quiche
dnfsudo dnf install -y quiche
openSUSEzyppersudo zypper install -y quiche
Alpine Linuxapksudo apk add quiche

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm quiche
Gentoo LinuxPortagesudo emerge quiche
1.3、通过编译源码安装quiche

step1、安装依赖

下载时git
编译时RustToolChainsmake
运行时glibc ( libc.solibdl.solibrt.solibpthread.sold-linux-x86-64.so )

step2、使用git命令下载quiche源码

git clone --recursive https://github.com/cloudflare/quiche.git

step3、进入quiche目录

cd quiche

step4、查看quiche目录中的内容

step5、使用cargo编译并安装

cargo build --release
1.4、quiche中包含的头文件
1.5、quiche中包含的库文件
  • libquiche.{a | so | dylib}