rust_multistack 0.20.0

Support for two-dimentional stacks for the Rust programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.easy-error]
version = "1.0.0"

[dependencies.nanoid]
version = "0.4.*"

[dependencies.rust_dynamic]
version = ">= 0.15.*"

[package]
description = "Support for two-dimentional stacks for the Rust programming language"
edition = "2021"
license-file = "LICENSE"
name = "rust_multistack"
readme = "README.md"
repository = "https://github.com/vulogov/rust_multistack"
version = "0.20.0"