gleek

Crates.iogleek
lib.rsgleek
version0.0.1
created_at2025-08-30 08:20:16.98617+00
updated_at2025-08-30 08:20:16.98617+00
descriptionA way to generate Gleam stubs for your rust code (assuming its compiled to JavaScript)
homepage
repositoryhttps://github.com/4tkbytes/dropbear-engine
max_upload_size
id1817376
size1,983
tk (4tkbytes)

documentation

README

gleek

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.

Requirements

Gleam can only be compiled to JavaScript to be used with rust, so it is not compatible with a normal Erlang compilation.

Commit count: 0

cargo fmt