Rust的信箱式API 客户端,用于访问Rust中Letterboxd.com网站上的数据。 例子 #[tokio::main] async fn main () -> letterboxd:: Result <()> { let api_key_pair = letterboxd :: ApiKeyPair :: from_env (). unwrap (); let client = letterboxd :: Client :: new (api_key_pair); let req = letterboxd :: SearchRequest {