Skip to content

Commit

Permalink
true real first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Moxinilian committed Apr 30, 2020
1 parent 07c0604 commit 99a2523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ On Windows, it can be done temporarily like so (the variable will disappear once
$ set SLIP_KEY=<your key, without quotations>
```

Once this is done, slip is ready to be used! See the [examples](examples) for how to use the macro, and [the examples section](#examples) section for how to use unslip.
Once this is done, slip is ready to be used! See the [examples](examples) for how to use the macro, and [the examples section](#examples) for how to use unslip.

## Important considerations

Expand Down
1 change: 1 addition & 0 deletions examples/network_protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use anyhow::{Result, Context, anyhow};
pub fn main() {
// You can try passing the entire output of this panic to unslip to see how
// it can transparently restore the original error messages.
// Do not forget the SLIP_KEY environment variable!
deserialize(vec![3, 1, 2]).expect(slip!("failed to parse packet"));
}

Expand Down

0 comments on commit 99a2523

Please sign in to comment.