GitXplorerGitXplorer
A

serenity-rust-bindings

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
6c85f4344a90daa94bd7ac03dd56dd5db6f1d67b

Create the start of a rust project for binding Lagom to rust.

AADKaster committed 2 years ago

README

The README file for this repository.

Serenity Rust Bindings

Experimental Rust bindings for Serenity C++ projects.

To build, first clone SerenityOS to some path and export the serenity directory as SERENITY_SOURCE_DIR.

git clone git@github.com:SerenityOS/serenity.git
export SERENITY_SOURCE_DIR=$PWD/serenity

Next, have fun with cargo:

cargo build
cargo run test-app

etc.