Skip to content

Commit

Permalink
minor doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Apr 6, 2015
1 parent 26f55e8 commit 727a0a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 727a0a7

Please sign in to comment.