rust_template

A template repository for formatting, linting, testing, and building Rust executables.

https://github.com/michabirklbauer/rust_template

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.3%) to scientific vocabulary

Keywords

rust template
Last synced: 6 months ago · JSON representation ·

Repository

A template repository for formatting, linting, testing, and building Rust executables.

Basic Info
  • Host: GitHub
  • Owner: michabirklbauer
  • License: mit
  • Language: Rust
  • Default Branch: master
  • Homepage:
  • Size: 18.6 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
rust template
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

workflow_state_rust_ci workflow_state_rust_cd

Template Repository for Rust Executables

A template repository for formatting, linting, testing, and building Rust executables.

Checklist

  • Adjust this README.md according to your needs.
  • Adjust .gitattributes according to your needs.
  • Adjust .gitignore according to your needs.
  • Replace copyright name in LICENSE or add your own license.
  • Setup your CITATION.cff according to your needs [or delete file].
  • Setup the Cargo.toml file according to your needs.
  • Implement your Rust project! 😉

Known Issues

List of known issues

Citing

If you are using PLACEHOLDER please cite: Very important title Important Author, and Another Important Author Journal of Cool Stuff 2023 12 (3), 4567-4589 DOI: 12.3456/cool-stuff

License

Contact

Owner

  • Name: Micha Birklbauer
  • Login: michabirklbauer
  • Kind: user
  • Location: Linz, Austria

Data Scientist & Bioinformatician @ FHOOE Hagenberg

Citation (CITATION.cff)

cff-version: 1.2.0
preferred-citation:
  type: article
  authors:
  - family-names: "Last Name"
    given-names: "First Name"
    orcid: "https://orcid.org/1234-5678-1234-5678"
  doi: "12.3456/cool-stuff"
  journal: "Journal of Cool Stuff"
  month: 1
  start: 4567
  end: 4589
  title: "Very important title"
  issue: 3
  volume: 12
  year: 2024

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 22
  • Total Committers: 1
  • Avg Commits per committer: 22.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 22
  • Committers: 1
  • Avg Commits per committer: 22.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Micha Birklbauer m****r@g****m 22

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • michabirklbauer (3)
Top Labels
Issue Labels
Pull Request Labels
enhancement (3)

Dependencies

.github/workflows/rust-cd.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/rust-ci.yml actions
  • actions/checkout v4 composite
Cargo.lock cargo
  • anstream 0.6.13
  • anstyle 1.0.6
  • anstyle-parse 0.2.3
  • anstyle-query 1.0.2
  • anstyle-wincon 3.0.2
  • clap 4.5.4
  • clap_builder 4.5.2
  • clap_derive 4.5.4
  • clap_lex 0.7.0
  • colorchoice 1.0.0
  • heck 0.5.0
  • proc-macro2 1.0.81
  • quote 1.0.36
  • strsim 0.11.1
  • syn 2.0.60
  • unicode-ident 1.0.12
  • utf8parse 0.2.1
  • windows-sys 0.52.0
  • windows-targets 0.52.5
  • windows_aarch64_gnullvm 0.52.5
  • windows_aarch64_msvc 0.52.5
  • windows_i686_gnu 0.52.5
  • windows_i686_gnullvm 0.52.5
  • windows_i686_msvc 0.52.5
  • windows_x86_64_gnu 0.52.5
  • windows_x86_64_gnullvm 0.52.5
  • windows_x86_64_msvc 0.52.5
Cargo.toml cargo