inochi2d-rs

Crates.ioinochi2d-rs
lib.rsinochi2d-rs
version0.1.0
sourcesrc
created_at2022-07-03 13:48:03.480329
updated_at2022-07-03 13:48:03.480329
descriptionRust bindings for Inochi2D
homepage
repositoryhttps://github.com/Inochi2D/inochi2d-rs
max_upload_size
id618346
size7,824
Aki (lethalbit)

documentation

README

Inochi2D Rust Bindings

This repository contains the (preliminary) Rust bindings for Inochi2D using the Inochi2D C SDK.

NOTE The bindings pull in a large chunk of the D runtime, including the Garbage Collector.

Building

These bindings currently assume the build libinochi2d-c.so is located in the root of the repository.

Then just run cargo build

License

These bindings are licensed under the BSD-2-Clause license, the full text of which can be found in the LICENSE file.

Commit count: 40

cargo fmt