docs.rs failed to build grift_repl-1.3.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
grift_repl-1.4.0
Grift REPL
A Read-Eval-Print-Loop for the Grift R7RS-compliant Scheme interpreter.
Features
- Rich error display with stack traces
- Line editing with arrow keys (via rustyline)
- GC commands and statistics
- Help system
- Output callback for side effects during macro expansion
- Integrated
StdIoProviderfromgrift_stdfor port-based I/O (stdin, stdout, stderr, and dynamic string ports)
Usage
use run_repl;
;