palantir / conjure-rust-runtime

Rust implementation of the Conjure runtime
10 stars 7 forks source link

Make ClientFactory and Builder staged #196

Closed sfackler closed 7 months ago

sfackler commented 7 months ago

These are currently fallible builder APIs, but we should make them staged instead for better compile-time safety.