{"id":20727561,"url":"https://github.com/flying-sheep/rust-rst","last_synced_at":"2025-05-16T07:06:45.355Z","repository":{"id":21078905,"uuid":"24378586","full_name":"flying-sheep/rust-rst","owner":"flying-sheep","description":"a reStructuredText parser and renderer","archived":false,"fork":false,"pushed_at":"2025-04-16T17:32:35.000Z","size":334,"stargazers_count":103,"open_issues_count":12,"forks_count":10,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-16T23:29:35.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crates.io/crates/rst","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flying-sheep.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null}},"created_at":"2014-09-23T16:01:23.000Z","updated_at":"2025-04-16T16:00:52.000Z","dependencies_parsed_at":"2024-12-15T17:03:46.144Z","dependency_job_id":"e13d7823-f9d9-4bc6-8d86-163ea362d3ce","html_url":"https://github.com/flying-sheep/rust-rst","commit_stats":{"total_commits":153,"total_committers":8,"mean_commits":19.125,"dds":"0.14379084967320266","last_synced_commit":"e5ae59b41f533a7a0a48e8426ca9d440332d0eb0"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flying-sheep%2Frust-rst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flying-sheep%2Frust-rst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flying-sheep%2Frust-rst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flying-sheep%2Frust-rst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flying-sheep","download_url":"https://codeload.github.com/flying-sheep/rust-rst/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254485066,"owners_count":22078767,"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-17T04:32:21.910Z","updated_at":"2025-05-16T07:06:40.345Z","avatar_url":"https://github.com/flying-sheep.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"================\nRuSTructuredText\n================\n\n.. image:: rust-rst.svg\n\nDesigned around the `Docutils Document Tree`_ and the `reStructuredText specification`_,\nthis is supposed to become a library able to convert reStructuredText and Docutils XML to both each other and HTML5.\n\nCurrently it can convert a subset of rST (e.g. this README) to HTML5:\n\n.. code-block:: bash\n\n   cargo install rst\n   rst README.rst\n   # or\n   cargo run -- README.rst\n\nThe contained packages are:\n\n::\n\n    document_tree\n    ├── renderer\n    │   └──────┐\n    └── parser │\n        └──────┴── rst\n\nThis project is dual-licensed under Apache 2.0 and MIT.\n\n.. _Docutils Document Tree: https://docutils.sourceforge.net/docs/ref/doctree.html\n.. _reStructuredText specification: https://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html\n\n.. note::\n   If you are looking for the requirements tracking tool rst (Requirements, Specifications and Tests),\n   have a look at the rst_app package instead.\n\nInspiration\n-----------\nThe design was inspired by the comrak_ Markdown parser library.\nThe rST grammar was inspired by peg-rst_\n\n.. _comrak: https://github.com/kivikakk/comrak\n.. _peg-rst: https://github.com/hhatto/peg-rst\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflying-sheep%2Frust-rst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflying-sheep%2Frust-rst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflying-sheep%2Frust-rst/lists"}