A crate to manage and communicate with ghci sessions
ghci
rust let mut ghci = Ghci::new()?; let out = ghci.eval("putStrLn \"Hello world\"")?; assert_eq!(&out.stdout, "Hello world\n");
MIT License
Copyright 2023 Basile Henry