{"id":21585967,"url":"https://github.com/magiclen/html-outliner","last_synced_at":"2025-04-10T20:14:32.356Z","repository":{"id":62440264,"uuid":"264710099","full_name":"magiclen/html-outliner","owner":"magiclen","description":"Outline HTML documents for better SEO.","archived":false,"fork":false,"pushed_at":"2023-09-11T05:44:55.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T17:55:19.449Z","etag":null,"topics":["html","outline","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magiclen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-17T16:30:09.000Z","updated_at":"2021-10-16T03:48:31.000Z","dependencies_parsed_at":"2022-11-01T23:18:11.535Z","dependency_job_id":null,"html_url":"https://github.com/magiclen/html-outliner","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fhtml-outliner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fhtml-outliner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fhtml-outliner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fhtml-outliner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiclen","download_url":"https://codeload.github.com/magiclen/html-outliner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247959798,"owners_count":21024842,"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":["html","outline","rust"],"created_at":"2024-11-24T15:12:16.340Z","updated_at":"2025-04-10T20:14:32.335Z","avatar_url":"https://github.com/magiclen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"HTML Outliner\n====================\n\n[![CI](https://github.com/magiclen/html-outliner/actions/workflows/ci.yml/badge.svg)](https://github.com/magiclen/html-outliner/actions/workflows/ci.yml)\n\nOutline HTML documents for better SEO.\n\n## Examples\n\n```rust\nuse html_outliner::Outline;\n\nconst MAX_DEPTH: usize = 50;\n\nlet outline = Outline::parse_html(r\"\n\u003ch1\u003eHeader Top\u003c/h1\u003e\n\u003ch1\u003eHeader 1\u003c/h1\u003e\n\u003ch2\u003eHeader 2\u003c/h2\u003e\n\u003ch3\u003eHeader 3\u003c/h3\u003e\n\u003ch4\u003eHeader 4\u003c/h4\u003e\n\u003ch5\u003eHeader 5\u003c/h5\u003e\n\u003ch6\u003eHeader 6\u003c/h6\u003e\n\", MAX_DEPTH);\n\nprintln!(\"{}\", outline);\n\n/*\n1. Header Top\n2. Header 1\n    1. Header 2\n        1. Header 3\n            1. Header 4\n                1. Header 5\n                    1. Header 6\n*/\n```\n\n## Crates.io\n\nhttps://crates.io/crates/html-outliner\n\n## Documentation\n\nhttps://docs.rs/html-outliner\n\n## License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Fhtml-outliner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiclen%2Fhtml-outliner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Fhtml-outliner/lists"}