rust-ipfs-api:Rust中的IPFS HTTP客户端

时间:2024-05-21 11:15:38
【文件属性】:

文件名称:rust-ipfs-api:Rust中的IPFS HTTP客户端

文件大小:132KB

文件格式:ZIP

更新时间:2024-05-21 11:15:38

Rust

ipfs-api 用于使用Hyper / Actix连接到IPFS HTTP API的Rust库。 用法 [ dependencies ] ipfs-api = " 0.11.0 " 功能标志 您可以将actix-web用作后端,而不是hyper 。 [ dependencies ] ipfs-api = { version = " 0.11.0 " , features = [ " with-actix " ], default-features = false } 您还可以选择使用而不是本机tls: [ dependencies ] ipfs-api = { version = " 0.11.0 " , features = [ " with-hyper-rustls " ], default-features = false } 要启用构建器模式(默认),请使用with-b


网友评论