An open API service indexing awesome lists of open source software.

https://github.com/guangie88/muslrust-extra

clux/muslrust with extra libraries installed
https://github.com/guangie88/muslrust-extra

dockerfile musl rust

Last synced: about 1 year ago
JSON representation

clux/muslrust with extra libraries installed

Awesome Lists containing this project

README

          

# `muslrust-extra`

[![Build Status](https://travis-ci.org/guangie88/muslrust-extra.svg?branch=master)](https://travis-ci.org/guangie88/muslrust-extra)

Docker Hub link:

[`clux/muslrust`](https://hub.docker.com/r/clux/muslrust/) with extra libraries
installed. All the libraries included are statically linked.

Currently only `rustc` stable toolchain is used for the set-up.

## Extra libraries

* `libmysqlclient.a`

Specially `ar`-reassembled to include missing symbols from:

* `libssl.a`
* `libcrypto.a`
* `libz.a`
* `libc.a` (`musl` `libc`)

This is particularly useful when compiling [`diesel`](http://diesel.rs/)
related libraries.