enso/lib
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
..
java dry-run benchmarks exits when some benchmark fails (#9397) 2024-03-14 15:21:38 +00:00
js/runner Remove ensogl-pack (#9407) 2024-03-18 12:18:18 +00:00
rust remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
scala Put all reexports of given entry in Suggestion Database (#9454) 2024-03-26 16:33:25 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Libraries

This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.