Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "combo"
version = "0.0.1"
authors = ["Latchezar Tzvetkoff <latchezar@tzvetkoff.net>"]
edition = "2021"
rust-version = "1.56"
description = "..."
documentation = "https://docs.rs/combo"
readme = "README.md"
homepage = "https://github.com/tzvetkoff-rs/combo"
repository = "https://github.com/tzvetkoff-rs/combo"
license = "MIT"
keywords = []

[dependencies]