https://github.com/chadnpc/rustplayground
Web app to help learn rust
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 (4.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Web app to help learn rust
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 0
Created about 4 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Contributing
License
Codeowners
Readme.md
Rust Sandbox
Some fundamental syntax of the Rust language.
Quick Start
Un-comment the file function to run
``` bash
Run With Cargo
cargo run
Build
cargo build
Build for production
cargo build --release ```
Notes
All branches Ending in .rs are completely separate repos/projects (They can't be merged into the main)
Its just convinient this way since this is a practice / playground repo, so I keep all projects in this same repo, but on different branches.
Crates
Most of these small Projects are cli tools
Owner
- Name: alain
- Login: chadnpc
- Kind: user
- Website: https://linktr.ee/chadnpc
- Repositories: 82
- Profile: https://github.com/chadnpc
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: 9 months
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 3.4
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 5
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (4)
Top Labels
Issue Labels
Pull Request Labels
dependencies (4)
Stale (3)
Dependencies
.github/workflows/build.yml
actions
- actions/checkout v4 composite
.github/workflows/directory_workflow.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite
.github/workflows/stale.yml
actions
- actions/stale v9 composite
.github/workflows/upload_coverage_report.yml
actions
- actions/checkout v4 composite
- codecov/codecov-action v4 composite
- taiki-e/install-action cargo-llvm-cov composite
.github/workflows/scripts/build_directory/Cargo.toml
cargo
Cargo.toml
cargo
- quickcheck 1.0 development
- quickcheck_macros 1.0 development
- lazy_static 1.4.0
- nalgebra 0.32.3
- num-bigint 0.4
- num-traits 0.2
- rand 0.8
- rand_chacha 0.3