enso/lib/rust/prelude
Paweł Grabarz a509035017
remove unused rust modules (#9540)
Removes a bulk of rust crates that we no longer need, but that added significant install, build and testing time to the Rust parser.
Most significantly, removed `enso-web` and `enso-shapely`, and got rid of many no longer necessary `#![feature]`s. Moved two still used proc-macros from shapely to prelude. The last remaining usage of `web-sys` is within the logger (`console.log`), but we may actually want to keep that one.
2024-03-27 12:19:38 +00:00
..
macros remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
src remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
Cargo.toml remove unused rust modules (#9540) 2024-03-27 12:19:38 +00: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.