diff --git a/src/lib.rs b/src/lib.rs index 319398dc..77706046 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,7 +26,8 @@ //! This library implements the fundimental data types used on the SAFE Network //! The serialisation mechnism used is ``cbor``` which is an IETF Rfc [7049](http://tools.ietf.org/html/rfc7049) //! for serialising data and is an attempt to upgrade messagepack and ASN.1 -//! On disk serialisation is [JSON](https://www.ietf.org/rfc/rfc4627.txt) +//! On disk serialisation is [JSON](https://www.ietf.org/rfc/rfc4627.txt) +//! //! [github page](https://github.com/dirvine/maidsafe_types) extern crate rustc_serialize;