Skip to content

Latest commit

 

History

History

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
// this is a way of running doctests on my readme so I know the code is still valid
// rust-lang/cargo#383.
// That means errors that occur here need to be fixed in the readme.
#[doc = include_str!("../README.md")]
struct _Readme {}