Skip to content

Files

Latest commit

8e5c94c · Dec 21, 2024

History

History
9 lines (5 loc) · 449 Bytes

contributing_guide.md

File metadata and controls

9 lines (5 loc) · 449 Bytes

Contributing Guide

Principles

See the core principles in the repository's README

Rust crates vs FFI libraries

The implementation of the rust crate should be completely seperate from the foreign interfaces. For example, algo_models does not depend on UniFFI or wasm-bindgen. Instead, there's a seperate crate algo_models_ffi that provides the foreign interfaces.