9
Can I not use dot in filename for a Rust module?
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
You might be able to do it using a
#[path("attack.test.rs")]
attribute.