Cradicle Explorer
flow-lines
Info
Issues
Patches
Wallets
Source
Source
Android
readme-images
shared
src
Cargo.toml
build.rs
uniffi.toml
shared_types
.gitignore
.gitlab-ci.yml
.gitmessage.txt
Cargo.lock
Cargo.toml
README.md
rust-toolchain.toml
shell.nix
temp-file
/
shared
/ build.rs
build.rs
1
fn main() {
2
uniffi::generate_scaffolding("./src/shared.udl").unwrap();
3
}