Crates.io | martian |
lib.rs | martian |
version | 0.3.0 |
source | src |
created_at | 2024-11-02 15:00:11.995758+00 |
updated_at | 2025-03-03 14:29:51.900726+00 |
description | A Rust library providing Mars centric utility modules like: time, date, calendar etc. |
homepage | https://github.com/babilonczyk/martian |
repository | https://github.com/babilonczyk/martian |
max_upload_size | |
id | 1432942 |
size | 66,807 |
Modular utility library centered around Mars. Currently provides time/date operations.
Each minor version is a wip work on the specific module/s. It means that function signature and names may change in that stage. Eg. since Rust doesn't allow having default arguments, it may be neccessary to add one when bumping the crate.
Once the minor version gets changed to to the new one, we can consider the previous one stable. From that point forward each change to that module/s will need to have backward compatibility.
Major version is a breaking change that will make previous stable modules incompatible with new implementation.
0.1.x
- Time module0.2.x
- Date module0.3.x
- Calendar module0.4.x
- Locations moduleIf you have ideas for a valid and bringing business value modules/functions. Please create an Issue to make a discussion. Contributions are also welcome.
Locations: TODO List of points of interest on Mars
Calendar/timekeeping: TODO
Date:
Time:
The library is under Apache License, Version 2.0