Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewhickman/logging-allocator
Global allocator for rust that logs on allocation for debug purposes
https://github.com/andrewhickman/logging-allocator
Last synced: 22 days ago
JSON representation
Global allocator for rust that logs on allocation for debug purposes
- Host: GitHub
- URL: https://github.com/andrewhickman/logging-allocator
- Owner: andrewhickman
- License: apache-2.0
- Created: 2018-12-08T23:37:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T21:20:18.000Z (about 5 years ago)
- Last Synced: 2024-11-16T05:13:31.561Z (about 2 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[![Crates.io][ci]][cl] [![Docs.rs][di]][dl]
[ci]: https://img.shields.io/crates/v/logging-allocator.svg
[cl]: https://crates.io/crates/logging-allocator/[di]: https://docs.rs/logging-allocator/badge.svg
[dl]: https://docs.rs/logging-allocator/# logging-allocator
Global allocator that logs on allocation for debug purposes.