autograd 0.4.0

A toy library to run computation graphs mimicking TensorFlow and Theano
Documentation
language: rust

rust:
  - "1.18.0"

sudo: false

cache: cargo

install:
  - cargo build

script:
  - cargo test