Skip to content

Instantly share code, notes, and snippets.

@BobGneu
Last active March 21, 2018 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BobGneu/a5f5a89d64b4b2abc302d9a69d113dff to your computer and use it in GitHub Desktop.
Save BobGneu/a5f5a89d64b4b2abc302d9a69d113dff to your computer and use it in GitHub Desktop.
Rust Documentation Example 2
//! ## Documentation Example
//!
//! This is a lot of great documentation, you ought to read and maintain this.
//!
//! Somehow i think, you are going to not do that.
//!
//! ```rust
//! fn it_works() {
//! assert_eq!(2 + 2, 4);
//! }
//! ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment