[go: up one dir, main page]

once_cell 0.0.3

Lazy and lazy static values without macros
Documentation
1
2
3
4
5
6
7
8
9
language: rust
rust:
  - stable
  - beta
  - 1.25.0

script:
  - cargo test
  - cargo test --release