Releases: alpheustangs/filego.rs
Releases · alpheustangs/filego.rs
0.4.0
0.3.0
Breaking Changes
- Move
split
related stuffs intosplit
module - Move
check
related stuffs intocheck
module - Move
merge
related stuffs intomerge
module - Changes in accepted value type of
in_file
inSplitOptions
:String
=>&PathBuf
- Changes in accepted value type of
out_dir
inSplitOptions
:String
=>&PathBuf
- Changes in accepted value type of
in_dir
inCheckOptions
:String
=>&PathBuf
- Remove
std::fmt::Display
impl fromCheckResultErrorType
- Changes in accepted value type of
in_dir
inMergeOptions
:String
=>&PathBuf
- Changes in accepted value type of
out_file
inMergeOptions
:String
=>&PathBuf
What's New
- Add different derives for different structs
- Add
as_code
function forCheckResultErrorType
- Add
to_code
function forCheckResultErrorType
What's Changed
- Updates in documentation
0.2.3
What's Changed
- Update description
- Update dependencies
0.2.2
What's Changed
- Update docs
0.2.1
What's Changed
- Update
Cargo.toml
0.2.0
What's New
- Add inline documentation for structs and functions
What's Changed
- Update dependencies
0.1.0
First release