enso/lib/rust/prelude
Kaz Wesley 2254dfe9fa
Reduce parser dependencies (#9671)
* Reduce parser dependencies

- `enso-parser-syntax-tree-visitor` is now only used when building tests and debug tools.
- Remove `enso-logging` crate and its macros.
- The main bin for `enso-parser` has been moved to a `check_syntax` tool in `enso-parser-debug`.
2024-04-11 00:27:19 -04:00
..
macros remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
src Reduce parser dependencies (#9671) 2024-04-11 00:27:19 -04:00
Cargo.toml Reduce parser dependencies (#9671) 2024-04-11 00:27:19 -04:00
README.md add rust libs 2021-10-30 02:28:55 +02:00

Enso Prelude

The Enso prelude is a library in the style of the Haskell prelude, pulling in a number of useful foundational features for writing Rust code in the Enso project.