https://github.com/caffeine-addictt/rusty-clock
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
Statistics
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Contributing
License
README.md
// made with <3
# Rusty Clock
[![badge-license]][license]
![badge-language]
[![badge-pr]][prs]
[![badge-issues]][issues]
A 24h ASCII clock built in RUST. Thanks to everyone that contributed to this project [live](https://www.twitch.tv/caffeinecompiler).
--- **[
Quick Start
](#quick-start)** **[
Contribute
][contribute]** ---
A 24h ASCII clock built in RUST. Thanks to everyone that contributed to this project [live](https://www.twitch.tv/caffeinecompiler).
--- **[
Quick Start
](#quick-start)** **[
Contribute
][contribute]** ---
Quick Start
1. Clone the repository
sh
git clone https://github.com/caffeine-addictt/rusty-clock
cd rusty-clock
2. Build rusty-clock
sh
cargo build
3. Run the rusty-clock
sh
rusty-clock
Special Thanks
- Caffeine-addictt - For the repository template
- Img Shields - For the awesome README badges
- Hyprland - For showing how to make beautiful READMEs
- Hyprdots - For showing how to make beautiful READMEs
Owner
- Name: Jun Xiang (カエデ)
- Login: caffeine-addictt
- Kind: user
- Location: Singapore
- Company: Hire me
- Website: ngjx.org
- Repositories: 34
- Profile: https://github.com/caffeine-addictt
Back-end Engineer | Offensive Security Enthusiast
GitHub Events
Total
Last Year
Dependencies
Cargo.lock
cargo
- android-tzdata 0.1.1
- android_system_properties 0.1.5
- anstream 0.6.15
- anstyle 1.0.8
- anstyle-parse 0.2.5
- anstyle-query 1.1.1
- anstyle-wincon 3.0.4
- autocfg 1.3.0
- bumpalo 3.16.0
- cc 1.1.10
- cfg-if 1.0.0
- chrono 0.4.38
- clap 4.5.13
- clap_builder 4.5.13
- clap_derive 4.5.13
- clap_lex 0.7.2
- colorchoice 1.0.2
- core-foundation-sys 0.8.7
- heck 0.5.0
- iana-time-zone 0.1.60
- iana-time-zone-haiku 0.1.2
- is_terminal_polyfill 1.70.1
- js-sys 0.3.69
- libc 0.2.155
- log 0.4.22
- num-traits 0.2.19
- once_cell 1.19.0
- proc-macro2 1.0.86
- quote 1.0.36
- strsim 0.11.1
- syn 2.0.72
- unicode-ident 1.0.12
- utf8parse 0.2.2
- wasm-bindgen 0.2.92
- wasm-bindgen-backend 0.2.92
- wasm-bindgen-macro 0.2.92
- wasm-bindgen-macro-support 0.2.92
- wasm-bindgen-shared 0.2.92
- windows-core 0.52.0
- windows-sys 0.52.0
- windows-targets 0.52.6
- windows_aarch64_gnullvm 0.52.6
- windows_aarch64_msvc 0.52.6
- windows_i686_gnu 0.52.6
- windows_i686_gnullvm 0.52.6
- windows_i686_msvc 0.52.6
- windows_x86_64_gnu 0.52.6
- windows_x86_64_gnullvm 0.52.6
- windows_x86_64_msvc 0.52.6
Cargo.toml
cargo