Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-14 | meetup: Add 'error-chain' crate | Teddy Wing | |
2018-04-14 | Add 'error-chain' crate | Teddy Wing | |
2018-04-13 | meetup: Add 'reqwest' crate | Teddy Wing | |
2018-04-13 | Add 'rss' crate | Teddy Wing | |
2018-04-13 | meetup: Add 'serde' and 'serde_derive' crates | Teddy Wing | |
So we can derive `Deserialize` on our `Event` type. | |||
2018-04-12 | meetup: Add 'serde_json' crate | Teddy Wing | |
For deserialising JSON from the API to a struct. | |||
2018-04-12 | Cargo.toml: Add 'getopts' | Teddy Wing | |
For command line argument parsing. | |||
2018-04-12 | Add a "meetup" library crate to communicate with the Meetup API | Teddy Wing | |
2018-04-12 | Initial commit. Generated Rust v1.25.0 project. | Teddy Wing | |
Generated with: $ cargo new --bin meetup-find-events-rss |