stak-code 0.2.69

Bytecode encoding/decoding for Stak Scheme
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Stak Scheme

[![GitHub Action](https://img.shields.io/github/actions/workflow/status/raviqqe/stak/test.yaml?branch=main&style=flat-square)](https://github.com/raviqqe/stak/actions)
[![Crate](https://img.shields.io/crates/v/stak.svg?style=flat-square)](https://crates.io/crates/stak)
[![Codecov](https://img.shields.io/codecov/c/github/raviqqe/stak.svg?style=flat-square)](https://codecov.io/gh/raviqqe/stak)
[![License](https://img.shields.io/github/license/raviqqe/stak.svg?style=flat-square)](LICENSE)

The no-`std` and no-`alloc` R7RS Scheme implementation in Rust

The documentation is [here](https://raviqqe.github.io/stak).

## License

[MIT](LICENSE)