| Crates.io | seq-runtime |
| lib.rs | seq-runtime |
| version | 3.0.1 |
| created_at | 2025-11-29 03:50:16.411609+00 |
| updated_at | 2026-01-25 18:41:20.663298+00 |
| description | Runtime library for the Seq programming language |
| homepage | |
| repository | https://github.com/navicore/patch-seq |
| max_upload_size | |
| id | 1956342 |
| size | 691,844 |
Runtime library for the Seq programming language. This library is embedded into compiled Seq programs and provides core operations like stack manipulation, I/O, concurrency primitives, and more.
This crate is part of the Seq programming language project.
| Crate | Description |
|---|---|
| seq-compiler | Compiler and CLI |
| seq-runtime | Runtime library (this crate) |
| seq-lsp | Language Server Protocol implementation |
| seq-repl | Interactive TUI REPL |
| vim-line | Vim-style line editor |
This crate is not intended for direct use. It is automatically embedded by the Seq compiler when building Seq programs.
MIT