{"id":18863769,"url":"https://github.com/alexzhang1030/extd","last_synced_at":"2026-03-12T00:02:53.644Z","repository":{"id":62479328,"uuid":"560733229","full_name":"alexzhang1030/extd","owner":"alexzhang1030","description":"Fetch and extract HTML's title and description by given link.","archived":false,"fork":false,"pushed_at":"2022-11-03T03:13:58.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T09:11:18.232Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexzhang1030.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-02T06:19:55.000Z","updated_at":"2022-11-04T02:01:27.000Z","dependencies_parsed_at":"2023-01-20T21:19:20.368Z","dependency_job_id":null,"html_url":"https://github.com/alexzhang1030/extd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhang1030%2Fextd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhang1030%2Fextd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhang1030%2Fextd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhang1030%2Fextd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexzhang1030","download_url":"https://codeload.github.com/alexzhang1030/extd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886314,"owners_count":21177643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T04:38:27.164Z","updated_at":"2026-03-12T00:02:53.602Z","avatar_url":"https://github.com/alexzhang1030.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# extd\n\nFetch and extract HTML's title and description by given link.\n\n## Usage\n\nin `Cargo.toml`:\n\n```toml\n[dependencies]\nextd = \"0.1.4\"\n```\n\n### Example\n\n```rust\nuse extd::extract_td;\n\nfn main() {\n\n    let res = extract_td(\"https://www.rustlang.org/\");\n    match res {\n        Ok(res) =\u003e println!(\"{:?}\", res),\n        _ =\u003e println!(\"otherwise\"),\n    }\n}\n```\n\nreturn value:\n\n```rust\npub struct ExtractResult {\n    // title\n    pub title: String,\n    // description\n    pub desc: String,\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexzhang1030%2Fextd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexzhang1030%2Fextd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexzhang1030%2Fextd/lists"}