Skip to content

Rename core package to desert for better discoverability#4

Open
hakimjonas wants to merge 1 commit intomainfrom
refactor/rename-core-to-desert
Open

Rename core package to desert for better discoverability#4
hakimjonas wants to merge 1 commit intomainfrom
refactor/rename-core-to-desert

Conversation

@hakimjonas
Copy link
Copy Markdown
Contributor

Changed the package name from "core" (too generic) to "desert" to enable git dependencies and improve clarity.

Changes:

  • Renamed package in core/Cargo.toml from "core" to "desert"
  • Updated internal dependencies in macros and integration_tests
  • Fixed all Rust imports from "use core::" to "use desert::"
  • Updated doctest examples to reference desert::

This change allows external projects to use:
desert = { git = "https://github.com/fungal-lang/desert" }

All tests pass (56 core + 17 consolidated + 1 macro + 2 doctests).

Changed the package name from "core" (too generic) to "desert"
to enable git dependencies and improve clarity.

Changes:
- Renamed package in core/Cargo.toml from "core" to "desert"
- Updated internal dependencies in macros and integration_tests
- Fixed all Rust imports from "use core::" to "use desert::"
- Updated doctest examples to reference desert::

This change allows external projects to use:
    desert = { git = "https://github.com/fungal-lang/desert" }

All tests pass (56 core + 17 consolidated + 1 macro + 2 doctests).
@hakimjonas hakimjonas marked this pull request as ready for review November 20, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant