https://github.com/rust-lang/backtrace-rs
Last synced: about 1 month ago
Repository metadata:
Backtraces in Rust
- Host: GitHub
- URL: https://github.com/rust-lang/backtrace-rs
- Owner: rust-lang
- License: other
- Created: 2015-06-10T02:49:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T05:34:47.000Z (3 months ago)
- Last Synced: 2024-11-01T16:00:26.196Z (about 2 months ago)
- Language: Rust
- Homepage: https://docs.rs/backtrace
- Size: 1.36 MB
- Stars: 537
- Watchers: 14
- Forks: 245
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Owner metadata:
- Name: The Rust Programming Language
- Login: rust-lang
- Email:
- Kind: organization
- Description:
- Website: https://www.rust-lang.org
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/5430905?v=4
- Repositories: 197
- Last Synced at: 2023-04-09T06:51:42.850Z
- Profile URL: https://github.com/rust-lang
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 872
Total Committers: 156
Avg Commits per committer: 5.59
Development Distribution Score (DDS): 0.432
Commits in past year: 109
Committers in past year: 30
Avg Commits per committer in past year: 3.633
Development Distribution Score (DDS) in past year: 0.78
Name | Commits | |
---|---|---|
Alex Crichton | a****x@a****m | 495 |
Jubilee Young | w****e@g****m | 29 |
Chris Denton | c****s@c****v | 18 |
Kyle Huey | k****y@k****m | 14 |
Rune Tynan | r****n@g****m | 13 |
Taylor Cramer | c****j@g****m | 12 |
Philip Craig | p****g@g****m | 11 |
Tommaso Checchi | t****1@g****m | 10 |
Armin Ronacher | a****r@a****m | 10 |
Ben Kimock | k****b@g****m | 8 |
klensy | k****y | 8 |
Ralf Jung | p****t@r****e | 7 |
Jason Heeris | j****s@g****m | 6 |
Mason Remaley | m****n@a****m | 5 |
Aaron Hill | a****m@g****m | 5 |
Yuri Astrakhan | y****n@g****m | 5 |
Nick Fitzgerald | f****n@g****m | 5 |
fys | f****6@g****m | 4 |
Yuki Okushi | j****r@2****g | 4 |
Niels Sascha Reedijk | n****k@g****m | 4 |
Jakub Beránek | b****k@g****m | 4 |
Azriel Hoh | a****1@g****m | 4 |
Alex Touchet | a****t@o****m | 4 |
Marc-Antoine Perennou | M****e@P****m | 4 |
Jubilee | 4****e | 4 |
Mohsen Zohrevandi | m****i@f****m | 3 |
Sujay Jayakar | s****r@d****m | 3 |
Ulrich Weigand | u****d@d****m | 3 |
Wesley Wiser | w****r@m****m | 3 |
king6cong | k****g@g****m | 3 |
and 126 more... |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
-
Total downloads:
- cargo: 154,962,816 total
- Total docker downloads: 48,876,675
- Total dependent packages: 540
- Total dependent repositories: 31,165
- Total versions: 88
- Total maintainers: 1
cargo: backtrace
A library to acquire a stack trace (backtrace) at runtime in a Rust program.
- Homepage: https://github.com/rust-lang/backtrace-rs
- Documentation: https://docs.rs/backtrace/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.3.71 (published 9 months ago)
- Last Synced: 2024-11-10T20:03:08.153Z (about 1 month ago)
- Versions: 88
- Dependent Packages: 540
- Dependent Repositories: 31,165
- Downloads: 154,962,816 Total
- Docker Downloads: 48,876,675
-
Rankings:
- Downloads: 0.095%
- Docker downloads count: 0.111%
- Dependent repos count: 0.118%
- Dependent packages count: 0.139%
- Average: 1.865%
- Forks count: 3.097%
- Stargazers count: 7.627%
- Maintainers (1)
Dependencies
.github/workflows/main.yml
actions
- actions/checkout v3 composite
Cargo.toml
cargo
- libloading 0.7 development
- addr2line 0.19.0
- cfg-if 1.0
- cpp_demangle 0.4.0
- libc 0.2.94
- miniz_oxide 0.6.0
- object 0.30.0
- rustc-demangle 0.1.4
- rustc-serialize 0.3
- serde 1.0
ci/docker/aarch64-linux-android/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/aarch64-unknown-linux-gnu/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/arm-linux-androideabi/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/arm-unknown-linux-gnueabihf/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/armv7-linux-androideabi/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/i586-unknown-linux-gnu/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/i686-linux-android/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/i686-unknown-linux-gnu/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/powerpc64-unknown-linux-gnu/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/s390x-unknown-linux-gnu/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/x86_64-linux-android/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/x86_64-pc-windows-gnu/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
docker
- ubuntu 20.04 build
ci/docker/x86_64-unknown-linux-musl/Dockerfile
docker
- ubuntu 20.04 build
.github/actions/build-with-patched-std/action.yml
actions
.github/actions/report-code-size-changes/action.yml
actions
- actions/github-script v6 composite
.github/workflows/check-binary-size.yml
actions
- ./.github/actions/report-code-size-changes * composite
- ./backtrace/.github/actions/build-with-patched-std * composite
- actions/checkout v3 composite
- actions/download-artifact v3 composite
- actions/github-script v6 composite
- actions/upload-artifact v3 composite
Cargo.lock
cargo
- addr2line 0.21.0
- adler 1.0.2
- cc 1.0.83
- cfg-if 1.0.0
- cpp_demangle 0.4.3
- gimli 0.28.0
- libc 0.2.147
- libloading 0.7.4
- memchr 2.5.0
- miniz_oxide 0.7.1
- object 0.32.0
- proc-macro2 1.0.66
- quote 1.0.33
- rustc-demangle 0.1.23
- rustc-serialize 0.3.25
- serde 1.0.188
- serde_derive 1.0.188
- syn 2.0.29
- unicode-ident 1.0.11
- winapi 0.3.9
- winapi-i686-pc-windows-gnu 0.4.0
- winapi-x86_64-pc-windows-gnu 0.4.0
crates/as-if-std/Cargo.toml
cargo
crates/cpp_smoke_test/Cargo.toml
cargo
crates/debuglink/Cargo.toml
cargo
crates/dylib-dep/Cargo.toml
cargo
crates/line-tables-only/Cargo.toml
cargo
crates/macos_frames_test/Cargo.toml
cargo
crates/without_debuginfo/Cargo.toml
cargo