6 releases
new 0.2.0 | Nov 15, 2024 |
---|---|
0.1.4 | Nov 7, 2024 |
#123 in Date and time
609 downloads per month
26KB
468 lines
Martian 👾
Modular utility library centered around Mars.
Versioning
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.
- Version
0.1.x
- Time module - Version
0.2.x
- Date module
Stable Modules
None as of yet. Currently working on time
and date
.
Roadmap
If you have ideas for a valid and bringing business value modules/functions. Please create an Issue to make a discussion. Contributions are also welcome.
Time:
- msd_now/current_sol
- mtc_now
- utc_to_msd
- msd_to_utc
Date:
- darian_now
- msd_to_darian
- darian_to_msd
- darian_to_utc
- utc_to_darian
Licence
The library is under Apache License, Version 2.0
Dependencies
~0–2.4MB
~43K SLoC