tempfile-fast 0.3.4

Support for Linux-specific tempfile extensions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
dist: xenial

language: rust
cache: cargo

rust:
  - nightly
  - beta
  - stable

matrix:
  allow_failures:
    - rust: nightly