libc-interface 0.1.0

A library for types often found in libc or other common platform libraries.
Documentation
1
2
3
4
5
FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
  gcc-multilib libc6-dev ca-certificates
ENV PATH=$PATH:/rust/bin