added link to api docs
This commit is contained in:
parent
6b7239d90f
commit
6053ac0711
|
|
@ -4,6 +4,8 @@ A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme.
|
||||||
The size of the encoded object will be the same or smaller than the size that
|
The size of the encoded object will be the same or smaller than the size that
|
||||||
the object takes up in memory in a running Rust program.
|
the object takes up in memory in a running Rust program.
|
||||||
|
|
||||||
|
[Api Documentation](http://tyoverby.github.io/binary-encode/binary_encode/)
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@ A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme.
|
||||||
The size of the encoded object will be the same or smaller than the size that
|
The size of the encoded object will be the same or smaller than the size that
|
||||||
the object takes up in memory in a running Rust program.
|
the object takes up in memory in a running Rust program.
|
||||||
|
|
||||||
|
[Api Documentation](http://tyoverby.github.io/binary-encode/binary_encode/)
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
^code(./examples/basic.rs)
|
^code(./examples/basic.rs)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue