4个版本
0.1.3 | 2023年8月19日 |
---|---|
0.1.2 | 2023年8月19日 |
0.1.1 | 2023年8月19日 |
0.1.0 | 2023年8月19日 |
在HTTP客户端类别中排名第413
5KB
67 行
contentfree
此库是为了方便在Rust中使用Contentful而创建的。
使用示例
get_content
let client = ContentfulClient::new("your-space".to_string(), "your-content-type".to_string());
let response = client.get_content().await?;
let json_response: ContentfulResponse<YourResponseJson> = response.json().await?;
依赖关系
~6–20MB
~287K SLoC