# LibBytes

> Lib Bytes

This library helps manipulating bytes

## Errors

### SliceOutOfBounds

```solidity
error SliceOutOfBounds()
```

The slice is outside of the initial bytes bounds

### SliceOverflow

```solidity
error SliceOverflow()
```

The length overflows an uint
