Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ark0f/issue-47048-fix
Fix issue #47048 in github.com/rust-lang/rust
https://github.com/ark0f/issue-47048-fix
Last synced: 3 days ago
JSON representation
Fix issue #47048 in github.com/rust-lang/rust
- Host: GitHub
- URL: https://github.com/ark0f/issue-47048-fix
- Owner: ark0f
- License: apache-2.0
- Created: 2018-11-19T13:58:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T15:30:29.000Z (over 5 years ago)
- Last Synced: 2024-08-09T06:36:04.068Z (3 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.md
Awesome Lists containing this project
README
# [Issue #47048](https://github.com/rust-lang/rust/issues/47048) fix
![License](https://img.shields.io/crates/l/issue_47048_fix.svg)
[![crates.io](https://img.shields.io/crates/v/issue-47048-fix.svg)](https://crates.io/crates/issue-47048-fix)
[![API docs](https://docs.rs/issue-47048-fix/badge.svg?version=0.1.3)](https://docs.rs/issue-47048-fix/0.1.3)Thanks to [Trevor Spiteri](https://github.com/tspiteri)
# Quick start
`Cargo.toml`:
```toml
[build-dependencies]
issue-47048-fix = "0.1"
````build.rs`:
```rust
use issue_47048_fix::issue_47048_fix;fn main() {
/* your build code */issue_47048_fix();
}
```# License
`issue-47048-fix` under either of:* [Apache License 2.0](https://github.com/ark0f/issue-47048-fix/blob/master/LICENSE-APACHE.md)
* [MIT](https://github.com/ark0f/issue-47048-fix/blob/master/LICENSE-MIT.md)at your option.