summaryrefslogtreecommitdiffstats
path: root/libimagdiary/src/diaryid.rs
AgeCommit message (Expand)Author
2016-11-20Rename ParseError to IdParseErrorRaphael Nestler
2016-11-19Use into_error()Raphael Nestler
2016-11-19Use map_err_intoRaphael Nestler
2016-11-19Refactor fetching of next component into functionRaphael Nestler
2016-11-19Return Result from component_to_strRaphael Nestler
2016-11-19Use Result for from_storeidRaphael Nestler
2016-10-01libimagdiary: Add copyright notice to all filesMatthias Beyer
2016-08-28Fix libimagdiary::{diaryid, diary, is_in_diary}::* for new StoreId interfaceMatthias Beyer
2016-08-04Replace unwrap with matchMatthias Beyer
2016-06-08Impl Display for DiaryIdMatthias Beyer
2016-06-08Add DiaryId::now(name) to create DiaryId at current timeMatthias Beyer
2016-06-08Impl Default for DiaryIdMatthias Beyer
2016-06-08Add setters for DiaryId typeMatthias Beyer
2016-06-07Fix Into<String> for DiaryId to contain padding zeroesMatthias Beyer
2016-06-07Reimplement FromStoreId::from_storeid() for DiaryIdMatthias Beyer
2016-06-04Add DiaryId typeMatthias Beyer