Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/parse-example
Parsing a file to a struct in Rust
https://github.com/steveklabnik/parse-example
Last synced: 7 days ago
JSON representation
Parsing a file to a struct in Rust
- Host: GitHub
- URL: https://github.com/steveklabnik/parse-example
- Owner: steveklabnik
- Created: 2016-06-29T14:04:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T14:06:07.000Z (over 8 years ago)
- Last Synced: 2024-12-01T19:36:25.356Z (22 days ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parse-example
An example of parsing a file to a struct in Rust.
To try:
```bash
$ git clone https://github.com/steveklabnik/parse-example
$ cd parse-example
$ # copy a file named 'foo.txt' into this directory
$ cargo run
```