wrc 0.3.0

A thread-safe weighted reference counting smart-pointer for Rust.
Documentation
FROM rustlang/rust:nightly
ADD . /app
WORKDIR /app
CMD ["cargo", "test"]