Add blog post link in README

This commit is contained in:
Godfrey Chan 2016-06-24 17:56:06 +08:00 committed by GitHub
parent ce6412819c
commit 2c057f04bf
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Read the [*Introducting Helix*](http://blog.skylight.io/introducing-helix/) for a quick introduction to the project!
* * *
WARNING: This repository is still in active development. **The vast majority of important Ruby
APIs are not yet supported**, because we are still in the process of formulating the rules for
binding Ruby APIs (so that we can make things ergonomic and provide **safety guarantees**).
@ -125,4 +129,4 @@ impl ToRust<String> for CheckedValue<String> {
}
```
This protocol allows us to fully type check a method's arguments before starting any of the coercions. It happens automatically based on the type signature you use in your Rust method `def`.
This protocol allows us to fully type check a method's arguments before starting any of the coercions. It happens automatically based on the type signature you use in your Rust method `def`.