sqlite-plugin 0.3.0

A Rust crate for building a custom SQLite virtual file system (VFS).
Documentation
# Changelog

All notable changes will be documented in this file.

## 0.3.0 - 2025-05-26

- `register_dynamic` and `register_static` now require the VFS name to be passed in as a CString.

## 0.2.0 - 2025-05-19

- `PragmaErr` now requires an explicit error code and external construction.

## 0.1.2 - 2025-04-09

- updating dependencies

## 0.1.1 - 2025-04-09

- bug: support cross-compilation to arm

## 0.1.0 - 2025-03-29

- Initial release