kmmp-structure 0.1.2

kmmp-structure: A Rust crate for working with Kotlin Multiplatform project structures. Simplify code generation, analyze dependencies, and promote modularity. Easily represent modules, dependencies, and relationships. Enhance your KMP development workflow.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
features = ["derive"]
version = "1.0"

[lib]
name = "kmmp_structure"
path = "src/lib/mod.rs"

[package]
description = "kmmp-structure: A Rust crate for working with Kotlin Multiplatform project structures. Simplify code generation, analyze dependencies, and promote modularity. Easily represent modules, dependencies, and relationships. Enhance your KMP development workflow."
documentation = "https://docs.rs/kmmp-structure"
edition = "2021"
homepage = "https://github.com/Deaths-Door/kmmp-structure"
license = "MIT"
name = "kmmp-structure"
readme = "README.md"
repository = "https://github.com/Deaths-Door/kmmp-structure"
version = "0.1.2"