Skip to content

Commit

Permalink
Link to inspirations in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jul 23, 2016
1 parent 936442a commit f687522
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
//!
//! This library is inspired by many other things, including:
//!
//! * Python's humanize library.
//! * JavaScript's moment.js.
//! * The 'at' command's input parsing.
//! * Python's [humanize library].
//! * JavaScript's [moment.js].
//! * The ['at' command]'s input parsing.
//!
//! Contributions extending our functionality are welcome, as are
//! contributions that add support for additional languages.
Expand Down Expand Up @@ -55,6 +55,10 @@
//! The parser stores no state related to an actual parse operation. It
//! simply stores the matchers which have been registered, so this can
//! and should be cached and used across multiple parse operations.
//!
//! [humanize library]: https://pypi.python.org/pypi/humanize
//! [moment.js]: http://momentjs.com/
//! ['at' command]: http://www.computerhope.com/unix/uat.htm
#![warn(missing_docs)]
#![deny(trivial_numeric_casts,
Expand Down

0 comments on commit f687522

Please sign in to comment.