Initial commit.

Signed-off-by: Andreas Widen <aw@luflow.net>
This commit is contained in:
Andreas Widen 2026-07-27 17:38:52 +02:00
commit d13d74df42
Signed by: hfsoulz
GPG key ID: 5B85F9B5F576A667
10 changed files with 1278 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "flow-rbp"
version = "0.1.0"
edition = "2024"
authors = ["Andreas Widen <aw@luflow.net>"]
description = "flow-rbp is a library for packing rectangles into two-dimensional finite bins."
license = "Zlib"
repository = "https://luflow.net/git/hfsoulz/flow-rbp.git"
readme = "README.md"
documentation = "https://luflow.net/git/hfsoulz/flow-rbp.git"
keywords = ["rectangles", "rect", "bin", "packing"]
exclude = [".github", "/ci/*"]
[dependencies]