alef 0.22.24

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
//! E2E test generation configuration re-exports.
//!
//! The canonical config types live in `crate::core::config::e2e` so they can be
//! deserialized as part of `[[crates]]` entries. This module re-exports them for
//! convenience within the `alef-e2e` crate.

pub use crate::core::config::e2e::*;