Rename limbo_core crate to turso_core

This commit is contained in:
Pekka Enberg
2025-06-29 09:51:02 +03:00
parent 1c4b3de0f5
commit 53ba3ff926
63 changed files with 1345 additions and 866 deletions

View File

@@ -16,8 +16,8 @@ pub enum LimboError {
JNIErrors(Error),
}
impl From<limbo_core::LimboError> for LimboError {
fn from(_value: limbo_core::LimboError) -> Self {
impl From<turso_core::LimboError> for LimboError {
fn from(_value: turso_core::LimboError) -> Self {
todo!()
}
}