{"id":19507249,"url":"https://github.com/moonheart08/bbx","last_synced_at":"2025-02-25T22:25:45.844Z","repository":{"id":237217630,"uuid":"794054052","full_name":"moonheart08/bbx","owner":"moonheart08","description":"A robust, performant BBCode parser.","archived":false,"fork":false,"pushed_at":"2024-05-01T23:36:07.000Z","size":91,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T12:38:53.897Z","etag":null,"topics":["bbcode","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/moonheart08.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-30T11:18:16.000Z","updated_at":"2024-05-01T23:36:10.000Z","dependencies_parsed_at":"2024-11-10T22:52:04.686Z","dependency_job_id":null,"html_url":"https://github.com/moonheart08/bbx","commit_stats":null,"previous_names":["moonheart08/bbx"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonheart08%2Fbbx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonheart08%2Fbbx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonheart08%2Fbbx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonheart08%2Fbbx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonheart08","download_url":"https://codeload.github.com/moonheart08/bbx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240756437,"owners_count":19852560,"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":["bbcode","rust"],"created_at":"2024-11-10T22:41:58.184Z","updated_at":"2025-02-25T22:25:45.794Z","avatar_url":"https://github.com/moonheart08.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BBX\n![Crates.io MSRV](https://img.shields.io/crates/msrv/bbx)\n![Crates.io License](https://img.shields.io/crates/l/bbx)\n\u003ca href=\"https://crates.io/crates/bbx\"\u003e\n![Crates.io Version](https://img.shields.io/crates/v/bbx)\n\u003c/a\u003e\n\u003ca href=\"https://docs.rs/bbx/latest/bbx/\"\u003e\n![docs.rs](https://img.shields.io/docsrs/bbx)\n\u003c/a\u003e\n\u003ca href=\"https://discord.gg/ChVzW85C\"\u003e\n![Discord](https://img.shields.io/discord/1170413428393902170?link=https%3A%2F%2Fdiscord.gg%2FChVzW85C)\n\u003c/a\u003e\n\nA robust and performant (constant time, no recursion) BBCode pull parser with `no_std`/`alloc` support.\n\n# Examples\n## Quick parsing\n```rs\n// Parse a document, throwing all of its component tokens into the console.\nlet mut parser = BBParser::new(input);\n\nfor token in parser {\n    println!(\"{:?}\", token);\n}\n```\n\n## Quick sanitized HTML output\n```rs\n// Simple serializer default with all of the v1.0.0 (or earlier) tags considered \"core\" to the library.\nlet mut serializer: HtmlSerializer\u003cSimpleHtmlWriter\u003e = \n    HtmlSerializer::with_tags(all_core_v1_tags());\nlet mut parser = BBParser::new(input);\nprintln!(\"Document:\");\nprintln!(\"{}\", serializer.serialize(parser));\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonheart08%2Fbbx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonheart08%2Fbbx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonheart08%2Fbbx/lists"}