[][src]Function libastro::compute

#[no_mangle]pub extern "C" fn compute(
    year: c_int,
    month: c_int,
    day: c_int,
    hour: c_int,
    min: c_int,
    sec: c_double,
    lat: c_double,
    lng: c_double,
    max_size: c_double,
    language: c_int,
    path: *const c_char
) -> *const c_char

Compute natal chart in json

params : year -> year of birth month -> month of birth day -> day of birth hour -> hour of birth min -> minute of birth sec -> second of birth lat -> latitude of birth lng -> longitude of birth max_size -> size in pixel language -> 0 = english / 1 = french