Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msrd0/chumsky-branch
branch combinator for the chumsky parsing library
https://github.com/msrd0/chumsky-branch
Last synced: 4 days ago
JSON representation
branch combinator for the chumsky parsing library
- Host: GitHub
- URL: https://github.com/msrd0/chumsky-branch
- Owner: msrd0
- License: mit
- Created: 2022-08-11T18:09:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T12:39:01.000Z (10 months ago)
- Last Synced: 2024-10-11T02:32:43.286Z (26 days ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.j2
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
{%- if crate is defined -%}
# {{ crate }}
{%- endif %}
{%- if license is defined %} ![License: {{ license }}](https://img.shields.io/badge/license-{{ license | replace("-", "--") | urlencode }}-blue)
{%- else %} ![License](https://img.shields.io/crates/l/{{ crate | urlencode }})
{%- endif %}
{%- if crate is defined %} [![{{ crate }} on crates.io](https://img.shields.io/crates/v/{{ crate | urlencode }})](https://crates.io/crates/{{ crate | urlencode }}){% endif %}
{%- if crate is defined %} [![{{ crate }} on docs.rs](https://docs.rs/{{ crate | urlencode }}/badge.svg)](https://docs.rs/{{ crate | urlencode }}){% endif %}
{%- if repository is defined %} [![Source Code Repository](https://img.shields.io/badge/Code-On%20{{ repository_host | replace("-", "--") | urlencode }}-blue)]({{ repository }}){% endif %}{{ readme }}
{%- if links != "" %}
{{ links }}
{%- endif -%}