saal 1.0.1

Wrappers for the Standardized Astrodynamics Algorithms Library (SAAL)
1
2
3
use std::sync::Mutex;

pub static TEST_LOCK: Mutex<()> = Mutex::new(());