mlua-socket 0.1.1

A Rust-native implementation of LuaSocket for mlua.
Documentation
# mlua-socket Changelog

## [0.1.1] - 2023-10-29
### Added
- [#6]https://gitlab.com/megalithic-llc/mlua-socket/-/issues/6 Implement mime.b64() enough to satisfy the socket.http module
- [#5]https://gitlab.com/megalithic-llc/mlua-socket/-/issues/5 Provide a README
- [#4]https://gitlab.com/megalithic-llc/mlua-socket/-/issues/4 Check merge requests on armv7
- [#3]https://gitlab.com/megalithic-llc/mlua-socket/-/issues/3 Check merge requests on aarch64

### Changed
- [#8]https://gitlab.com/megalithic-llc/mlua-socket/-/issues/8 Publish tag releases to crates.io

### Fixed
- [#7]https://gitlab.com/megalithic-llc/mlua-socket/-/issues/7 ltn12 is a top-level module, not a sub-module
- [#2]https://gitlab.com/megalithic-llc/mlua-socket/-/issues/2 tcp_shutdown.rs tests wrong function

## [0.1.0] - 2023-10-07
### Added
- [#1]https://gitlab.com/megalithic-llc/mlua-socket/-/issues/1 Basic tcp support