Update README / Cargo.toml to point to docs.rs API docs

This commit is contained in:
kyren 2017-05-29 16:28:29 -04:00
parent 9c4029c04c
commit 4deb90c1ef
2 changed files with 4 additions and 1 deletions

View File

@ -2,8 +2,9 @@
name = "rlua"
version = "0.4.1"
authors = ["kyren <catherine@chucklefish.org>"]
repository = "https://github.com/chucklefish/rlua"
description = "High level bindings to Lua 5.3"
repository = "github.com/chucklefish/rlua"
documentation = "docs.rs/rlua"
readme = "README.md"
keywords = ["lua"]
license = "MIT"

View File

@ -2,6 +2,8 @@
[![Build Status](https://travis-ci.org/chucklefish/rlua.svg?branch=master)](https://travis-ci.org/chucklefish/rlua)
[WIP API Documentation](docs.rs/rlua)
This library is a WIP high level interface between Rust and Lua. Its major
goal is to expose as easy to use, practical, and flexible of an API between
Rust and Lua as possible, while also being completely safe.