stak-decode 0.1.1

Stak Scheme bytecode decoder
# Stak

[![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)

No-`std` and no-`alloc` Scheme implementation in Rust

For working examples, see [a `features` directory](/features).

## References

- [R7RS small]https://small.r7rs.org/
- [Ribbit Scheme]https://github.com/udem-dlteam/ribbit

## License

[MIT](LICENSE)