https://github.com/farhnkrnapratma/genesis
Calculate time elapsed since the Big Bang (The Genesis)
https://github.com/farhnkrnapratma/genesis
big-bang calculation century genesis
Last synced: 2 days ago
JSON representation
Calculate time elapsed since the Big Bang (The Genesis)
- Host: GitHub
- URL: https://github.com/farhnkrnapratma/genesis
- Owner: farhnkrnapratma
- License: gpl-3.0
- Created: 2026-06-11T11:05:19.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2026-06-14T15:23:32.000Z (10 days ago)
- Last Synced: 2026-06-14T17:12:47.558Z (10 days ago)
- Topics: big-bang, calculation, century, genesis
- Language: Rust
- Homepage: https://fkp.my.id
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Genesis
Calculate time elapsed since the Big Bang (The Genesis).
## Build from Source
To compile and build Genesis from source, make sure you have Rust and Cargo installed.
```bash
# Clone the repository
git clone https://github.com/farhnkrnapratma/genesis.git
cd genesis
# Build the project in release mode
cargo build --release
# The compiled binary will be available at
./target/release/genesis
```
### Running Tests
To run the integration tests:
```bash
cargo test
```
## Licensing Notice
This project is licensed under the GPL-3.0-or-later license. See the [LICENSE](LICENSE) file for more information.
## Supporting & Sponsoring
If you find this project useful, please consider supporting its development through:
- **GitHub Sponsors**: [farhnkrnapratma](https://github.com/sponsors/farhnkrnapratma)
- **Open Collective**: [farhnkrnapratma](https://opencollective.com/farhnkrnapratma)
- **Ko-fi**: [farhnkrnapratma](https://ko-fi.com/farhnkrnapratma)