common-range-tools 1.0.0

Library to find Common Range Intersections
Documentation
{# this is the default template used when the user does not specify one #}

{%- if crate -%}
# {{ crate }}
	{%- if license %} ![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 %} [![{{ crate }} on crates.io](https://img.shields.io/crates/v/{{ crate | urlencode }})](https://crates.io/crates/{{ crate | urlencode }})
		{%- if target == "lib" %} [![{{ crate }} on docs.rs](https://docs.rs/{{ crate | urlencode }}/badge.svg)](https://docs.rs/{{ crate | urlencode }})
		{%- endif %}
	{%- endif %}
	{%- if repository %}
		{%- if repository_host == "github.com"     %} [![Source Code Repository](https://img.shields.io/badge/Code-On%20GitHub-blue?logo=GitHub)]({{ repository }})
		{%- elif repository_host == "gitlab.com"   %} [![Source Code Repository](https://img.shields.io/badge/Code-On%20GitLab-blue?logo=GitLab)]({{ repository }})
		{%- elif repository_host == "codeberg.org" %} [![Source Code Repository](https://img.shields.io/badge/Code-On%20Codeberg-blue?logo=Codeberg)]({{ repository }})
		{%- elif repository_host %} [![Source Code Repository](https://img.shields.io/badge/Code-On%20{{ repository_host | replace("-", "--") | urlencode }}-blue)]({{ repository }})
		{%- endif %}
	{%- endif %} [![Rust Unit Tests](https://github.com/akalinux/r-span-tools/actions/workflows/test.yaml/badge.svg)](https://github.com/akalinux/r-span-tools/actions/workflows/test.yaml)
	{%- if rust_version %} [![Rust Version: {{rust_version}}](https://img.shields.io/badge/rustc-{{ rust_version | urlencode }}-orange.svg)](https://github.com/rust-lang/rust/releases/tag/{{ rust_version | urlencode }})
	{%- endif %}
{%- endif %}

{{ readme }}

{%- if links != "" %}

{{ links }}
{%- endif -%}