gyges_engine 1.1.0

A powerful Gygès engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! A powerful Gygès engine.
//!
//! This crate is not intended to be used as a dependency. Run the compiled binary to run the engine. 
//! More information about the engine can be found on the [github page](https://github.com/Beck-Bjella/Gyges).
//! 
//! If you are looking for the core library, check out the gyges crate on [crates.io](https://crates.io/crates/gyges).
//! 

#![allow(dead_code)]

pub mod search;
pub mod consts;
pub mod ugi;