ifstructs 0.1.1

A Rust library with native bindings to unix if* structures
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