#[test] fn test() { use rany::RANY_URL_ID as rany; let num = 1234567890; let r = rany.e(num); dbg!(&r); let r = rany.d(r); dbg!(r); }