rabbit-time 0.1.2

Rust implementations of Neralie and Arvelie time formats.
Documentation
1
2
3
4
5
6
7
8
9
10
# Rabbit-Time

[![crates.io](https://img.shields.io/crates/v/rabbit-time.svg)](https://crates.io/crates/rabbit-time)
[![docs](https://docs.rs/rabbit-time/badge.svg)](https://docs.rs/rabbit-time)

Rust implementations of [Hundred Rabbits]()' [Arvelie](https://wiki.xxiivv.com/site/arvelie.html) and [Neralie](https://wiki.xxiivv.com/site/neralie.html) date and time formats.

Arvelie is an alphanumeric date format, with numeric years, alphabetical radix-26 months, and numerical radix-14 month-days.

Neralie is a decimal time format, with days broken up by "beats", each made up of 1000 "pulses".