rust-diplomat / diplomat

Experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code
https://rust-diplomat.github.io/book/
Other
522 stars 48 forks source link

Consider adding lifetime annotations to CPP2 #390

Open robertbastian opened 10 months ago

robertbastian commented 10 months ago

There are multiple solutions to lifetimes in C++:

Manishearth commented 10 months ago

Slightly in favor but only if we have a setup that can test that basic operations work with the checking these compilers do, if any.