https://github.com/ashutosh-py/rust

https://github.com/ashutosh-py/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 (13.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ashutosh-py
  • License: other
  • Language: Rust
  • Default Branch: master
  • Size: 1.59 GB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct

README.md

The Rust Programming Language: A language empowering everyone to build reliable and efficient software [Website][Rust] | [Getting started] | [Learn] | [Documentation] | [Contributing]

This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.

Why Rust?

  • Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrate with other languages.

  • Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.

  • Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).

Quick Start

Read "Installation" from The Book.

Installing from Source

If you really want to install from source (though this is not recommended), see INSTALL.md.

Getting Help

See https://www.rust-lang.org/community for a list of chat platforms and forums.

Contributing

See CONTRIBUTING.md.

License

Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.

Trademark

The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the "Rust Trademarks").

If you want to use these names or brands, please read the media guide.

Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.

Owner

  • Login: ashutosh-py
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • msys2/setup-msys2 v2.22.0 composite
.github/workflows/dependencies.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
compiler/rustc_codegen_cranelift/.github/actions/github-release/action.yml actions
  • main.js node16 javascript
src/tools/miri/.github/workflows/setup/action.yml actions
  • actions/cache v4 composite
src/tools/rust-analyzer/.github/actions/github-release/action.yml actions
  • Dockerfile * docker
Cargo.lock cargo
  • 472 dependencies
Cargo.toml cargo
compiler/rustc/Cargo.toml cargo
compiler/rustc_abi/Cargo.toml cargo
compiler/rustc_arena/Cargo.toml cargo
compiler/rustc_ast/Cargo.toml cargo
compiler/rustc_ast_ir/Cargo.toml cargo
compiler/rustc_ast_lowering/Cargo.toml cargo
compiler/rustc_ast_passes/Cargo.toml cargo
compiler/rustc_ast_pretty/Cargo.toml cargo
compiler/rustc_baked_icu_data/Cargo.toml cargo
compiler/rustc_attr/Cargo.toml cargo
compiler/rustc_borrowck/Cargo.toml cargo
compiler/rustc_builtin_macros/Cargo.toml cargo
compiler/rustc_codegen_cranelift/Cargo.lock cargo
  • ahash 0.8.11
  • anyhow 1.0.86
  • arbitrary 1.3.2
  • bitflags 1.3.2
  • bumpalo 3.16.0
  • cfg-if 1.0.0
  • cranelift-bforest 0.110.1
  • cranelift-bitset 0.110.1
  • cranelift-codegen 0.110.1
  • cranelift-codegen-meta 0.110.1
  • cranelift-codegen-shared 0.110.1
  • cranelift-control 0.110.1
  • cranelift-entity 0.110.1
  • cranelift-frontend 0.110.1
  • cranelift-isle 0.110.1
  • cranelift-jit 0.110.1
  • cranelift-module 0.110.1
  • cranelift-native 0.110.1
  • cranelift-object 0.110.1
  • crc32fast 1.4.2
  • equivalent 1.0.1
  • fallible-iterator 0.3.0
  • gimli 0.28.1
  • hashbrown 0.13.2
  • hashbrown 0.14.5
  • indexmap 2.2.6
  • libc 0.2.155
  • libloading 0.8.4
  • log 0.4.22
  • mach 0.3.2
  • memchr 2.7.4
  • object 0.36.2
  • once_cell 1.19.0
  • proc-macro2 1.0.86
  • quote 1.0.36
  • regalloc2 0.9.3
  • region 2.2.0
  • rustc-hash 1.1.0
  • slice-group-by 0.3.1
  • smallvec 1.13.2
  • stable_deref_trait 1.2.0
  • syn 2.0.70
  • target-lexicon 0.12.15
  • unicode-ident 1.0.12
  • version_check 0.9.4
  • wasmtime-jit-icache-coherence 23.0.1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.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
  • zerocopy 0.7.35
  • zerocopy-derive 0.7.35
compiler/rustc_codegen_cranelift/Cargo.toml cargo
compiler/rustc_codegen_cranelift/build_system/Cargo.lock cargo
compiler/rustc_codegen_cranelift/build_system/Cargo.toml cargo
compiler/rustc_codegen_gcc/Cargo.lock cargo
  • aho-corasick 1.0.2
  • bitflags 1.3.2
  • bitflags 2.4.0
  • boml 0.3.1
  • cc 1.0.79
  • cfg-if 1.0.0
  • errno 0.3.1
  • errno-dragonfly 0.1.2
  • fastrand 2.0.0
  • fm 0.2.2
  • gccjit 2.1.0
  • gccjit_sys 0.2.0
  • getopts 0.2.21
  • hermit-abi 0.3.1
  • lang_tester 0.8.0
  • libc 0.2.150
  • linux-raw-sys 0.4.5
  • memchr 2.5.0
  • num_cpus 1.16.0
  • object 0.30.4
  • redox_syscall 0.3.5
  • regex 1.8.4
  • regex-syntax 0.7.2
  • rustix 0.38.8
  • same-file 1.0.6
  • smallvec 1.10.0
  • tempfile 3.7.1
  • termcolor 1.2.0
  • threadpool 1.8.1
  • unicode-width 0.1.10
  • wait-timeout 0.2.0
  • walkdir 2.3.3
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-util 0.1.5
  • winapi-x86_64-pc-windows-gnu 0.4.0
  • windows-sys 0.48.0
  • windows-targets 0.48.1
  • windows_aarch64_gnullvm 0.48.0
  • windows_aarch64_msvc 0.48.0
  • windows_i686_gnu 0.48.0
  • windows_i686_msvc 0.48.0
  • windows_x86_64_gnu 0.48.0
  • windows_x86_64_gnullvm 0.48.0
  • windows_x86_64_msvc 0.48.0
compiler/rustc_codegen_gcc/Cargo.toml cargo
  • boml 0.3.1 development
  • lang_tester 0.8.0 development
  • tempfile 3.1.0 development
  • gccjit 2.1
  • object 0.30.1
  • smallvec 1.6.1
  • tempfile 3.7.1
compiler/rustc_codegen_gcc/build_system/Cargo.lock cargo
  • boml 0.3.1
compiler/rustc_codegen_gcc/build_system/Cargo.toml cargo
compiler/rustc_codegen_gcc/build_system/build_sysroot/Cargo.lock cargo
  • addr2line 0.21.0
  • adler 1.0.2
  • allocator-api2 0.2.18
  • cfg-if 1.0.0
  • compiler_builtins 0.1.118
  • dlmalloc 0.2.6
  • fortanix-sgx-abi 0.5.0
  • getopts 0.2.21
  • gimli 0.28.1
  • hashbrown 0.14.5
  • hermit-abi 0.3.9
  • libc 0.2.153
  • memchr 2.7.2
  • miniz_oxide 0.7.2
  • object 0.32.2
  • r-efi 4.4.0
  • r-efi-alloc 1.0.0
  • rustc-demangle 0.1.23
  • unicode-width 0.1.12
  • unwinding 0.2.1
  • wasi 0.11.0+wasi-snapshot-preview1
  • 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
compiler/rustc_codegen_gcc/build_system/build_sysroot/Cargo.toml cargo
compiler/rustc_codegen_gcc/tests/hello-world/Cargo.toml cargo
compiler/rustc_codegen_llvm/Cargo.toml cargo
compiler/rustc_codegen_ssa/Cargo.toml cargo
compiler/rustc_const_eval/Cargo.toml cargo
compiler/rustc_data_structures/Cargo.toml cargo
compiler/rustc_driver/Cargo.toml cargo
compiler/rustc_driver_impl/Cargo.toml cargo
compiler/rustc_error_codes/Cargo.toml cargo
compiler/rustc_error_messages/Cargo.toml cargo
compiler/rustc_errors/Cargo.toml cargo
compiler/rustc_expand/Cargo.toml cargo
compiler/rustc_feature/Cargo.toml cargo
compiler/rustc_fluent_macro/Cargo.toml cargo
compiler/rustc_fs_util/Cargo.toml cargo
compiler/rustc_graphviz/Cargo.toml cargo
compiler/rustc_hir/Cargo.toml cargo
compiler/rustc_hir_analysis/Cargo.toml cargo
compiler/rustc_hir_pretty/Cargo.toml cargo
compiler/rustc_hir_typeck/Cargo.toml cargo
compiler/rustc_incremental/Cargo.toml cargo
compiler/rustc_index/Cargo.toml cargo
compiler/rustc_index_macros/Cargo.toml cargo
compiler/rustc_infer/Cargo.toml cargo
compiler/rustc_pattern_analysis/Cargo.toml cargo
  • tracing-subscriber 0.3.3 development
  • tracing-tree 0.3.0 development
  • rustc-hash 1.1.0
  • rustc_apfloat 0.2.0
  • smallvec 1.8.1
  • tracing 0.1
compiler/rustc_privacy/Cargo.toml cargo
compiler/rustc_query_impl/Cargo.toml cargo
compiler/rustc_query_system/Cargo.toml cargo
compiler/rustc_resolve/Cargo.toml cargo
compiler/rustc_sanitizers/Cargo.toml cargo
compiler/rustc_serialize/Cargo.toml cargo
  • tempfile 3.2 development
  • indexmap 2.0.0
  • smallvec 1.8.1
  • thin-vec 0.2.12
compiler/rustc_session/Cargo.toml cargo
compiler/rustc_smir/Cargo.toml cargo
compiler/rustc_span/Cargo.toml cargo
compiler/rustc_symbol_mangling/Cargo.toml cargo
compiler/rustc_target/Cargo.toml cargo
compiler/rustc_trait_selection/Cargo.toml cargo
compiler/rustc_traits/Cargo.toml cargo
compiler/rustc_transmute/Cargo.toml cargo
  • itertools 0.12 development
  • tracing 0.1
compiler/rustc_ty_utils/Cargo.toml cargo
compiler/rustc_type_ir/Cargo.toml cargo
compiler/rustc_type_ir_macros/Cargo.toml cargo
compiler/stable_mir/Cargo.toml cargo
library/Cargo.lock cargo
  • addr2line 0.22.0
  • adler 1.0.2
  • allocator-api2 0.2.18
  • cc 1.0.99
  • cfg-if 1.0.0
  • compiler_builtins 0.1.123
  • dlmalloc 0.2.6
  • fortanix-sgx-abi 0.5.0
  • getopts 0.2.21
  • gimli 0.28.1
  • gimli 0.29.0
  • hashbrown 0.14.5
  • hermit-abi 0.4.0
  • libc 0.2.158
  • memchr 2.5.0
  • miniz_oxide 0.7.4
  • object 0.36.2
  • r-efi 4.5.0
  • r-efi-alloc 1.0.0
  • rand 0.8.5
  • rand_core 0.6.4
  • rand_xorshift 0.3.0
  • rustc-demangle 0.1.24
  • unicode-width 0.1.13
  • unwinding 0.2.1
  • wasi 0.11.0+wasi-snapshot-preview1
  • 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
library/Cargo.toml cargo
library/alloc/Cargo.toml cargo
  • rand 0.8.5 development
  • rand_xorshift 0.3.0 development
  • compiler_builtins 0.1.123
library/core/Cargo.toml cargo
library/panic_abort/Cargo.toml cargo
library/panic_unwind/Cargo.toml cargo
library/portable-simd/Cargo.lock cargo
  • autocfg 1.1.0
  • bitflags 1.3.2
  • bumpalo 3.13.0
  • byteorder 1.4.3
  • cfg-if 1.0.0
  • console_error_panic_hook 0.1.7
  • js-sys 0.3.64
  • log 0.4.20
  • num-traits 0.2.16
  • once_cell 1.18.0
  • ppv-lite86 0.2.17
  • proc-macro2 1.0.66
  • proptest 0.10.1
  • quote 1.0.33
  • rand 0.7.3
  • rand_chacha 0.2.2
  • rand_core 0.5.1
  • rand_hc 0.2.0
  • rand_xorshift 0.2.0
  • scoped-tls 1.0.1
  • syn 2.0.29
  • unicode-ident 1.0.11
  • wasm-bindgen 0.2.87
  • wasm-bindgen-backend 0.2.87
  • wasm-bindgen-futures 0.4.37
  • wasm-bindgen-macro 0.2.87
  • wasm-bindgen-macro-support 0.2.87
  • wasm-bindgen-shared 0.2.87
  • wasm-bindgen-test 0.3.37
  • wasm-bindgen-test-macro 0.3.37
  • web-sys 0.3.64
library/portable-simd/Cargo.toml cargo
library/portable-simd/crates/core_simd/Cargo.toml cargo
library/portable-simd/crates/std_float/Cargo.toml cargo
library/portable-simd/crates/test_helpers/Cargo.toml cargo
library/proc_macro/Cargo.toml cargo
library/profiler_builtins/Cargo.toml cargo
library/rustc-std-workspace-alloc/Cargo.toml cargo
library/rustc-std-workspace-core/Cargo.toml cargo
library/rustc-std-workspace-std/Cargo.toml cargo
library/std/Cargo.toml cargo
  • rand 0.8.5 development
  • rand_xorshift 0.3.0 development
  • cfg-if 1.0
  • compiler_builtins 0.1.123
  • hashbrown 0.14
  • rustc-demangle 0.1.24
library/sysroot/Cargo.toml cargo
library/test/Cargo.toml cargo
library/unwind/Cargo.toml cargo
library/windows_targets/Cargo.toml cargo
src/bootstrap/Cargo.lock cargo
  • aho-corasick 1.1.3
  • anstyle 1.0.8
  • bitflags 2.6.0
  • block-buffer 0.10.4
  • bstr 1.10.0
  • cc 1.0.97
  • cfg-if 1.0.0
  • clap 4.5.16
  • clap_builder 4.5.15
  • clap_complete 4.5.18
  • clap_derive 4.5.13
  • clap_lex 0.7.2
  • cmake 0.1.48
  • core-foundation-sys 0.8.7
  • cpufeatures 0.2.13
  • crossbeam-deque 0.8.5
  • crossbeam-epoch 0.9.18
  • crossbeam-utils 0.8.20
  • crypto-common 0.1.6
  • diff 0.1.13
  • digest 0.10.7
  • errno 0.3.9
  • fd-lock 4.0.2
  • filetime 0.2.24
  • generic-array 0.14.7
  • globset 0.4.14
  • heck 0.5.0
  • home 0.5.9
  • ignore 0.4.22
  • itoa 1.0.11
  • junction 1.1.0
  • libc 0.2.157
  • libredox 0.1.3
  • linux-raw-sys 0.4.14
  • log 0.4.22
  • lzma-sys 0.1.20
  • memchr 2.7.4
  • ntapi 0.4.1
  • object 0.36.3
  • opener 0.5.2
  • pkg-config 0.3.30
  • pretty_assertions 1.4.0
  • proc-macro2 1.0.86
  • quote 1.0.36
  • redox_syscall 0.5.3
  • regex-automata 0.4.7
  • regex-syntax 0.8.4
  • rustix 0.38.34
  • ryu 1.0.18
  • same-file 1.0.6
  • scopeguard 1.2.0
  • semver 1.0.23
  • serde 1.0.208
  • serde_derive 1.0.208
  • serde_json 1.0.125
  • sha2 0.10.8
  • syn 2.0.75
  • sysinfo 0.31.2
  • tar 0.4.41
  • termcolor 1.4.1
  • toml 0.5.11
  • typenum 1.17.0
  • unicode-ident 1.0.12
  • version_check 0.9.5
  • walkdir 2.5.0
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-util 0.1.9
  • winapi-x86_64-pc-windows-gnu 0.4.0
  • windows 0.52.0
  • windows 0.57.0
  • windows-core 0.52.0
  • windows-core 0.57.0
  • windows-implement 0.57.0
  • windows-interface 0.57.0
  • windows-result 0.1.2
  • windows-sys 0.52.0
  • windows-sys 0.59.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
  • xattr 1.3.1
  • xz2 0.1.7
  • yansi 0.5.1
compiler/rustc_interface/Cargo.toml cargo
compiler/rustc_lexer/Cargo.toml cargo
  • expect-test 1.4.0 development
  • unicode-properties 0.1.0
  • unicode-xid 0.2.0
compiler/rustc_lint/Cargo.toml cargo
compiler/rustc_lint_defs/Cargo.toml cargo
compiler/rustc_llvm/Cargo.toml cargo
compiler/rustc_log/Cargo.toml cargo
  • tracing 0.1.28
  • tracing-core =0.1.30
  • tracing-subscriber 0.3.3
  • tracing-tree 0.3.1
compiler/rustc_macros/Cargo.toml cargo