forky_cli 0.2.0

Rust Utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// #![feature(never_type, never_type_fallback)]
#![feature(let_chains)]
pub mod auto_mod;
pub mod common;
pub mod key;
pub mod server;
pub mod style;
pub mod watch;

pub mod prelude {
	// pub use crate::auto_mod::*;
	pub use crate::common::*;
	// pub use crate::server::*;
	// pub use crate::style::*;
	// pub use crate::watch::*;
}