[go: up one dir, main page]

orion 0.1.3

Hassle-free cryptographic function(s) in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly

cache: cargo

script:
    - cargo build --verbose
    - cargo test --verbose