https://github.com/andrewgy8/rpack
Bin packing implementation in Rust
https://github.com/andrewgy8/rpack
optimization-algorithms packing-algorithm rust
Last synced: 20 days ago
JSON representation
Bin packing implementation in Rust
- Host: GitHub
- URL: https://github.com/andrewgy8/rpack
- Owner: andrewgy8
- License: mit
- Created: 2018-11-03T13:12:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T18:10:23.000Z (over 6 years ago)
- Last Synced: 2025-04-11T01:52:48.218Z (20 days ago)
- Topics: optimization-algorithms, packing-algorithm, rust
- Language: Rust
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# rpack
[](https://travis-ci.org/andrewgy8/rpack)1D packing algorithm implementation written in Rust.
## Usage
Please see [the official docs](https://docs.rs/rpack/) for usage.
## Running the tests
$ cargo test
$ cargo clippy## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/andrewgy8/rpack/tags).
## Authors
* **Andrew Graham-Yooll**
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details