This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + 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 | |
| [2m2025-01-23T16:45:02.589991Z[0m [32m INFO[0m [1minto_build_context[0m: [2mmaturin::build_options[0m[2m:[0m close [3mtime.busy[0m[2m=[0m719ns [3mtime.idle[0m[2m=[0m1.91µs | |
| [2m2025-01-23T16:45:02.590027Z[0m [34mDEBUG[0m [2mmaturin::project_layout[0m[2m:[0m Found pyproject.toml in working directory at "/home/ejd/example/pyproject.toml" |