Cradicle Explorer
duper
Info
Issues
Patches
Wallets
Source
Source
.cargo
.config
.github
.vscode
axum_duper
duper-js-node
duper-js-wasm
duper-python
duper-vs-code
duper
duper_lsp
duper_rpc
duper_uniffi
dotnet
src
tests
.gitignore
Cargo.toml
LICENSE
README.md
build.rs
justfile
uniffi.toml
duper_website
duper_zed
duperfmt
duperq
serde_duper
serde_duper_macros
tracing_duper
tree-sitter-duper
.envrc
.gitignore
ATTRIBUTIONS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
LICENSE
README.md
SECURITY.md
biome.json
duper.cow
flake.lock
flake.nix
justfile
/
duper_uniffi
/ build.rs
build.rs
1
fn main() {
2
uniffi::generate_scaffolding("src/duper.udl").unwrap();
3
}