We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9170da9 commit b7c0848Copy full SHA for b7c0848
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "session_types"
3
-version = "0.0.1"
+version = "0.1.0"
4
authors = [ "Philip Munksgaard <pmunksgaard@gmail.com>"
5
, "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>"
6
]
README.md
@@ -6,3 +6,7 @@ session-types
This is an implementation of session types in Rust.
7
8
Still in development, use at your own risk.
9
+
10
+For an introduction to session types and this library, check out
11
+[Session Types for Rust](http://munksgaard.me/laumann-munksgaard-larsen.pdf) and
12
+the examples directory.
0 commit comments