chore: Prepare for release 0.3.0
This commit is contained in:
parent
c43fc368e8
commit
f94bfbff3e
2 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
||||||
[](https://github.com/SapphirusBeryl/simplebyteunit/actions/workflows/rust.yml)
|
# SimpleByteUnit [](https://git.sapphirus.org/Sapphirus/SimpleByteUnit/actions?workflow=check.yml)
|
||||||
|
|
||||||
# SimpleByteUnit
|
|
||||||
|
|
||||||
SimpleByteUnit is a crate which provides a thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation.
|
SimpleByteUnit is a crate which provides a thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation.
|
||||||
|
|
||||||
|
@ -10,7 +8,7 @@ Add 'simplebyteunit' to your 'Cargo.toml':
|
||||||
|
|
||||||
```
|
```
|
||||||
[dependencies]
|
[dependencies]
|
||||||
simplebyteunit = "0.2.0"
|
simplebyteunit = "0.3.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
|
@ -19,7 +19,7 @@ Add 'simplebyteunit' to your 'Cargo.toml':
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
simplebyteunit = "0.2.0"
|
simplebyteunit = "0.3.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue