| Crates.io | misty-compiler |
| lib.rs | misty-compiler |
| version | 0.0.1 |
| created_at | 2026-01-21 20:56:36.766811+00 |
| updated_at | 2026-01-21 20:56:36.766811+00 |
| description | Misty Compiler - CLI utility to build Misty projects |
| homepage | https://github.com/thecodebreeze/misty |
| repository | https://github.com/thecodebreeze/misty |
| max_upload_size | |
| id | 2060114 |
| size | 3,309 |
Misty is an IDL and network framework for building high-performance distributed systems. This crate contains the compiler for Misty IDLs.
This crate is under heavy active development.
Use at your own risk.
The compiler works by generating code for any supported language based on your Misty workspace. For now the only language supported is Rust, but there are plans to add TypeScript support soon thanks to oxc.
Below is a simplified list of features that are implemented and planned for implementation:
This application uses clap to provide a nice CLI interface for you.
There's ample documentation in the CLI itself, so you can run:
mistyc --help
You can also check our documentation at GitHub for more information.
This project is under the BSD-3 license.