c-types 0.1.2

Re-exports of cross-platform types, gathered from libc and winapi
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

openssl aes-256-cbc -K $encrypted_7f3527787a94_key -iv $encrypted_7f3527787a94_iv -in publish-key.enc -out ~/.ssh/publish-key -d
chmod u=rw,og= ~/.ssh/publish-key
echo "Host github.com" >> ~/.ssh/config
echo "  IdentityFile ~/.ssh/publish-key" >> ~/.ssh/config
git remote set-url origin git@github.com:dimbleby/rust-c-types
git config user.name "Travis CI"
echo "<meta http-equiv=refresh content=0;url=c_types/index.html>" > target/doc/index.html
~/.local/bin/ghp-import -n target/doc
git push origin +gh-pages