Skip to content

Instantly share code, notes, and snippets.

@ejd
ejd / maturin-data-directory-repro-steps-output
Created January 23, 2025 16:48
Output from the repro steps for maturin#2450
+ mkdir example
+ cd example
+ maturin init --bindings pyo3
✨ Done! Initialized project /home/ejd/example
+ mkdir -p example.data/data
+ echo text
+ RUST_LOG=maturin=debug
+ maturin build --color never
2025-01-23T16:45:02.589991Z  INFO into_build_context: maturin::build_options: close time.busy=719ns time.idle=1.91µs
2025-01-23T16:45:02.590027Z DEBUG maturin::project_layout: Found pyproject.toml in working directory at "/home/ejd/example/pyproject.toml"