ruby_file_expand_path/
lib.rs

1// Enable feature callouts in generated documentation:
2// https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html
3//
4// This approach is borrowed from tokio.
5#![cfg_attr(docsrs, feature(doc_cfg))]
6#![cfg_attr(docsrs, feature(doc_alias))]
7
8//! WIP
9
10#![doc(html_root_url = "https://docs.rs/ruby-file-expand-path/0.1.0")]
11
12#[cfg(test)]
13mod tests {}