- This is a source code to build shared library for
chlaty-coredynamic linking. - You can get a precompiled shared library from Build Workflows or Releases.
- Write test logic inside
src/test.rs. Then run the test using:
cargo test -- --nocapture- To build a release use:
cargo build --release- This will compile a shared library for your platform.
target/release/
- *.dll -> Windows
- *.so -> Linux (This also support android)
- *.dylib -> MacOS