Concurrent stateful library APIs in Rust pose significant testing challenges due to their complex behavior, which arises from evolving resource ownership and competing interleavings. Large language models (LLMs) can generate executable tests, but these tests often fail to meet API preconditions, lack depth, or inadvertently introduce sequential traces that undermine concurrency. To address these limitations, researchers have proposed a Petri-net-guided approach to LLM test generation, which leverages model-based testing techniques to ensure semantic control and accuracy. This method enables the creation of more comprehensive and valid tests, capturing the intricacies of concurrent stateful APIs. The use of Petri nets allows for a more systematic and structured approach to test generation, resulting in tests that better reflect the actual behavior of the APIs1. This development matters to practitioners because it has the potential to significantly improve the reliability and effectiveness of tests for concurrent stateful Rust APIs.