1
2
3
4
5
6
7
use swipl_info::*;

fn main() {
    let info = get_swipl_info();

    println!("{:#?}", info);
}