Commit graph

39 commits

Author SHA1 Message Date
8a942ef4a9 Remove Tagable implementation for Note 2017-02-23 14:41:20 +01:00
f1c1a1f9be Eliminate EntryHeader type
Therefor introduce the "Header" trait which is implemented on Value for
backwards compatibility.

Make the default_header() function publicly available as
Entry::default_header()
2017-02-05 13:10:38 +01:00
mario
8df5519f34 Move [profile.dev] codegen-units = 2 to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
2017-01-19 20:08:51 +01:00
0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units
Cargo rustc codegen units
2016-10-31 23:39:38 +01:00
40cc9e593d libimagnotes/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
4359749c8f Add codegen-units = 2 in ./libimagnotes/Cargo.toml 2016-10-24 13:55:22 +02:00
b5bfc1978c Fix: Cargo.toml does not know "website", but "homepage" 2016-10-20 14:14:18 +02:00
2548b3d288 Add meta-info in libimagnotes/Cargo.toml 2016-10-18 10:56:12 +02:00
b34eb838e0 libimagnotes: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
82f08c6021 Remove version argument from module_entry_path_mod!() macro 2016-08-30 11:40:56 +02:00
63aa16de4e Fix libimagnotes::{error, note}::* for new StoreId interface 2016-08-28 18:41:56 +02:00
4614b9d430 Use libimagentryedit instead of libimagrt 2016-08-09 15:47:56 +02:00
Kai Sickeler
37043904dc Upgrade toml dependency to 0.2 2016-08-06 17:16:49 +02:00
9337a14cdd Update all version strings: 0.1.0 -> 0.2.0 2016-07-12 11:51:20 +02:00
8caeb17729 Add Note::get() 2016-05-28 21:26:05 +02:00
b344be0058 Remove unused import 2016-05-25 16:28:39 +02:00
bfa1fc5c87 libimagnotes: use generate_error_module!() macro and reexport generated types 2016-05-19 20:32:23 +02:00
c88d5b308f libimagnotes: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
c730cce83b libimagnotes: Replace error code with code generator macro 2016-05-17 00:26:36 +02:00
Andre Bogus
981707c9c9 more style adaptations
again following clippy
2016-05-13 22:27:53 +02:00
dda40fb5d2 Update log: 0.3.* -> 0.3 2016-05-10 17:54:47 +02:00
b629d0b8f1 Merge pull request #367 from matthiasbeyer/unwrap_err
Unwrap err
2016-04-21 15:08:36 +02:00
69a73f0a67 Remove unneeded calls to deref() and deref_mut() 2016-04-21 13:21:47 +02:00
b909fea45b Derive Debug for NoteIterator 2016-04-20 21:46:02 +02:00
90b4e3cc62 Add derive(Debug) for Note 2016-04-20 21:46:02 +02:00
9ada2d9c98 libimagnotes: Replace .err().unwrap() with .unwrap_err() 2016-04-20 21:45:27 +02:00
404142c05d Enable lints 2016-04-17 20:55:42 +02:00
6edae00d1a Fix names: libimagtag -> libimagentrytag 2016-04-16 22:33:37 +02:00
cdbb71cea2 impl Deref for Note 2016-03-26 19:52:30 +01:00
ded011b5b6 lib: impl Edit for Note 2016-03-26 16:43:33 +01:00
97d436db22 lib: Remove unneeded "mut" keywords 2016-03-26 16:43:33 +01:00
8213b6c08f lib: Add missing setting of text content 2016-03-26 16:43:33 +01:00
97ac047df5 lib: Remove unused imports 2016-03-26 16:43:33 +01:00
115a8248a4 lib: Add Note::all_notes() 2016-03-25 16:30:12 +01:00
831ff84b74 lib: Add Note::retrieve() 2016-03-25 16:30:12 +01:00
3a7c153f21 lib: Add Note::delete() 2016-03-25 16:30:12 +01:00
41bb6d6f53 Add initial structure 2016-03-25 16:30:12 +01:00
d21e11e3a5 Add dependencies 2016-03-25 16:30:12 +01:00
e189aeed22 libimagnotes init 2016-03-25 16:30:12 +01:00