stratumiops UI
- Rust 88.9%
- HTML 10.3%
- JavaScript 0.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
The workspace was imported from ontoref as `ontoref-auth` / `ontoref-ui` and generalized in the working tree, but the rename was never committed: it lived only as uncommitted changes in a repo with no remote, so none of it was in any publishable history. crates/ontoref-auth -> crates/auth crates/ontoref-ui -> crates/ui crates/auth-tool unchanged Two examples still imported the old crate names and broke `cargo check --all-targets` (the libraries alone compiled, which is why it went unnoticed): crates/auth/examples/lian_build_shim.rs ontoref_auth -> auth crates/ui/examples/render_shim.rs ontoref_ui -> ui crates/ui/.cargo target-dir still pointed at /Volumes/Devel/ontoref-ui/target, a path belonging to another project; repointed at this workspace. The initial commit had no .gitignore, so 1566 of its 1624 tracked files were target/ build artifacts. Added one; the tracked tree is now 61 source files. Verified: cargo check --workspace --all-targets |
||
| .cargo | ||
| crates | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||