rsjson-lua 0.3.0

a json lua module using the serde-json rust crate
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0]https://github.com/benniekiss/rs-mod-lua/compare/rsjson-lua-v0.2.3...rsjson-lua-v0.3.0 - 2026-05-31

### Added

- move arbitrary_precision support to a feature

### Fixed

- *(rsjson-lua)* fix types path in docs
- return rsjson types table
- *(ci)* restore build.rs file

### Other

- prep for publishing
- update package descriptions [skip ci]
- remove a lot of `use` cruft
- [**breaking**] simplify rsjson package
- *(deps)* update rust to nightly-2026-05-30 ([#2]https://github.com/benniekiss/rs-mod-lua/pull/2)