Skip to content

Commit

Permalink
Add documentation link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 27, 2015
1 parent b001fdf commit fff2bb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ after_success:
- travis-cargo coveralls
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=nightly
- secure: H/o81aFcfsjwie15AM0SdWhPNT78/f5UEKE0MNGAlFVqHiQUK93v99tpnXA8aEcU1wrJE7fhUsMYfya20DnFBplKWbgHgitOb0BSimY4u7yAYq89zONaMUIoDB25d7jE5KbUP+tTwsFic+MsivreS3hR3YRvBLpTx4ba1OjkWAVFdPETXEVuDcDf+uPcOlyEO/zkc37h8xGtCWKMUtWpmP3cACQ3RCLt2iprqAk++TXigtN37CbXsxWxleH+460A6Oo9Tlp1dTvNaXGInqCA+GM9QDhv/lGxXF/o4RC7/qiufMnch1ZYkNGzu2jlAIqYDlolbbAF6Z2BlpvWZMkBYeRMtJ32R66ivOm89sBvlZoqTeuR0jPU/qG3IpDER11gvlQY0LpgIA9giFLRZreTCaN96dexY3rNPru9okvDer3AYwjbfQkK+NmnGC1+9nihyp4heROy3lS0IoEsBebtsqjRpLCCjGkOcBIhKSXfo6VIzMlPJVU2iLgz7/QchACC00wds3Ek1kqyVBPjWuDrRqkgzK3caKI261AoNHb4dA9IcKvhrc9eko/QIsYs/rvvUzPDmEW/jPL8yo81uPLgJS6+QrkLkpdSI0XsRCO1LGsQEewX0s5zcZv/bvx4cABHfsDCR2ORj6breSX6fVLMQewYPG6NX2x/7GgKzrOVj/o=
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ name = "opencc"

[dependencies]
libc = "*"

[features]
unstable = []
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

OpenCC binding for Rust.

[Read the documentation](https://messense.github.io/opencc-rs).


## Installation

Expand Down

0 comments on commit fff2bb5

Please sign in to comment.