This repository has been archived on 2021-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
git-config/src/lib.rs

10 lines
177 B
Rust
Raw Normal View History

2021-02-18 09:49:47 -08:00
// mod de;
mod error;
// mod ser;
pub mod parser;
mod values;
// pub use de::{from_str, Deserializer};
pub use error::{Error, Result};
// pub use ser::{to_string, Serializer};