ketsugou 0.1.0

merges two arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ketsugou"
version = "0.1.0"
authors = ["SoundRabbit <soundrabbitstd@gmail.com>"]
edition = "2021"
description = "merges two arrays"
license = "MIT OR Apache-2.0"
keywords = ["text", "tree", "graph", "merge"]
categories = ["Rust patterns"]
readme = "./README.md"
repository = "https://github.com/SoundRabbit/ketsugou"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
path = "./src/lib.rs"

[dependencies]