nx 0.2.4

A high performance Rust library used to read NX files with minimal memory usage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: rust
sudo: false
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo doc --verbose
notifications:
  email: false
  webhooks:
    - https://webhooks.gitter.im/e/bfbe44e3428e06f96c90
  irc:
    channels:
      - "irc.fyrechat.net#vana-commits"
    template:
      - "%{repository_slug}/%{branch} (%{commit} - %{author}): %{message}"
    skip_join: true