forevervm 0.1.24

foreverVM CLI. Allows you to start foreverVMs and run a REPL on them.
Documentation
1
2
3
4
5
6
7
#![deny(clippy::unwrap_used)]

pub mod commands;
pub mod config;
pub mod util;

pub const DEFAULT_SERVER_URL: &str = "https://api.forevervm.com";