Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 -%}