Skip to content

A set of experiments to prove Rust is capable of usage in DS

Notifications You must be signed in to change notification settings

Firstyear/ds_rust_experiments

Repository files navigation

ds_rust_experiments

A set of experiments to prove Rust is capable of usage in DS

  • how to do debug vs prod in configure and build (debug_vs_release)
  • no dlopen, call back reg (simple_plugins)
  • dlopen a library with rust types (dlopen_rust)
  • dlopen a library with C types (dlopen_c)
  • dlopen plugins and use exposed rust apis to both C and rust so (complex_plugins)
  • expose header and symbols (exposed_header_and_symbols)
  • rust that contains C internaly (rust_with_c)
  • weak symbols and linking (weaklink)
  • address sanitizer (asanx)

About

A set of experiments to prove Rust is capable of usage in DS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published