alef 0.36.2

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Regression test: verify that PHP e2e codegen fully qualifies config type names
//! to the binding namespace (e.g., \SampleCrate\ConfigType), not bare names.
//!
//! Bare names would be looked up in the test namespace (SampleCrate\E2e), causing
//! "Class not found" errors at runtime.

#[test]
fn php_config_types_are_namespace_qualified() {}

#[test]
fn kotlin_android_file_paths_are_not_wrapped() {}