-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
byteorder = "1"
and bytes = "0.5"
.
- Loading branch information
Rouven Spreckels
committed
Feb 12, 2020
1 parent
20552b3
commit 004a029
Showing
4 changed files
with
11 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "in-situ" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Rouven Spreckels <[email protected]>"] | ||
description = "In Situ Endian-independent Bytes Access" | ||
documentation = "https://docs.rs/in-situ" | ||
|
@@ -32,4 +32,4 @@ travis-ci = { repository = "qu1x/in-situ" } | |
|
||
[dependencies] | ||
byteorder = "1" | ||
bytes = "0.4" | ||
bytes = "0.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,6 @@ | |
|
||
**In Situ Endian-independent Bytes Access** | ||
|
||
**Requires stable Rust 1.26** | ||
|
||
[![Build Status][]](https://travis-ci.org/qu1x/in-situ) | ||
[![Downloads][]](https://crates.io/crates/in-situ) | ||
[![Version][]](https://crates.io/crates/in-situ) | ||
|
@@ -25,23 +23,16 @@ | |
## Usage | ||
|
||
This crate is [on crates.io](https://crates.io/crates/in-situ) and can be | ||
used by adding `in-situ` to the dependencies in your project's | ||
`Cargo.toml`: | ||
used by adding `in-situ` to the dependencies in your project's `Cargo.toml`: | ||
|
||
```toml | ||
[dependencies] | ||
in-situ = "0.3" | ||
``` | ||
|
||
and this to your crate root: | ||
|
||
```rust | ||
extern crate in_situ; | ||
in-situ = "0.4" | ||
``` | ||
|
||
## License | ||
|
||
Copyright (c) 2018 Rouven Spreckels <[email protected]> | ||
Copyright (c) 2018-2020 Rouven Spreckels <[email protected]> | ||
|
||
Usage of the works is permitted provided that | ||
this instrument is retained with the works, so that | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters