Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```