File tree 4 files changed +1
-8
lines changed
4 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 6
6
// option. This file may not be copied, modified, or distributed
7
7
// except according to those terms.
8
8
9
- extern crate sysfs_gpio;
10
-
11
9
use std:: env;
12
10
use std:: thread:: sleep;
13
11
use std:: time:: Duration ;
Original file line number Diff line number Diff line change 6
6
// option. This file may not be copied, modified, or distributed
7
7
// except according to those terms.
8
8
9
- extern crate sysfs_gpio;
10
-
11
9
use std:: env;
12
10
use std:: io:: prelude:: * ;
13
11
use std:: io:: stdout;
Original file line number Diff line number Diff line change 6
6
// option. This file may not be copied, modified, or distributed
7
7
// except according to those terms.
8
8
9
- extern crate sysfs_gpio;
10
-
11
9
use std:: env;
12
10
use std:: thread:: sleep;
13
11
use std:: time:: Duration ;
Original file line number Diff line number Diff line change 22
22
//! the following:
23
23
//!
24
24
//! ```no_run
25
- //! extern crate sysfs_gpio;
26
- //!
27
25
//! use sysfs_gpio::{Direction, Pin};
28
26
//! use std::thread::sleep;
29
27
//! use std::time::Duration;
43
41
//! ```
44
42
45
43
#![ cfg_attr( feature = "async-tokio" , allow( deprecated) ) ]
44
+ #![ doc( html_root_url = "https://docs.rs/sysfs-gpio/0.6.0" ) ]
46
45
47
46
#[ cfg( feature = "async-tokio" ) ]
48
47
extern crate futures;
You can’t perform that action at this time.
0 commit comments