[go: up one dir, main page]

mktemp 0.4.0

mktemp files and directories
Documentation
1
2
3
4
5
6
7
8
9
10
version: 2
jobs:
  build:
    docker:
      - image: circleci/rust:1.33.0
    steps:
      - checkout
      - run:
          name: Test
          command: cargo test && echo Ok