summaryrefslogtreecommitdiffstats
path: root/src/component.rs
AgeCommit message (Collapse)Author
2020-04-09error: rename from VObjectErrorKind to VObjectErrorBen Boeckel
The type is a fully-fledged `impl Error` all on its own now.
2020-04-09parser: use a structured error for parse failuresBen Boeckel
2020-04-09error: remove the Result type aliasBen Boeckel
Instead, make a local type alias that can be used within the crate, but avoid the need to export yet another symbol.
2020-04-09untry: replace try! macro usage with the ? operatorBen Boeckel
2018-10-28Update dependency: error-chain (#26)Matthias Beyer
* Update dependency: error-chain * Replace dependency: error_chain -> failure * fixup! Replace dependency: error_chain -> failure * Use enum for errors (in return types) * fixup! Use enum for errors (in return types)
2018-01-11add read_componentMarkus Unterwaditzer
2017-10-28Switch to BTreeMap (#17)Matthias Beyer
2017-10-27Refactoring (#15)Matthias Beyer
* Add dependency: error-chain, refactor to use error chain infrastructure * Split code into modules * Move tests to appropriate modules