| Crates.io | gleek |
| lib.rs | gleek |
| version | 0.0.1 |
| created_at | 2025-08-30 08:20:16.98617+00 |
| updated_at | 2025-08-30 08:20:16.98617+00 |
| description | A way to generate Gleam stubs for your rust code (assuming its compiled to JavaScript) |
| homepage | |
| repository | https://github.com/4tkbytes/dropbear-engine |
| max_upload_size | |
| id | 1817376 |
| size | 1,983 |
This crate contains proc-macros that convert types and functions into modules for the Gleam language to reference as stubs into your own Gleam projects and allow type safety + better debugging with the LSP.
Gleam can only be compiled to JavaScript to be used with rust, so it is not compatible with a normal Erlang compilation.