Commits on Source (29)
-
godzie44 authored
-
Георгий Мошкин authored
README.md fixes
-
Dmitry Travyan authored
-
Dmitry Travyan authored
-
Dmitry Travyan authored
-
Dmitry Travyan authored
-
Dmitry Travyan authored
-
Dmitry Travyan authored
-
Dmitry Travyan authored
-
Dmitry Travyan authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
+ add `Index`, `NewIndex` & `Call` traits + add `Indexable`, `IndexableRW`, `Callable` structs to work with values on lua stack through the `__index`, `__newindex` & `__call` metamethods + e.g. you can work with `tuple` or other `ffi` values through lua that way
-
Georgy Moshkin authored
opaque lua stack object that can be used to get other stuff
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
godzie44 authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
- PushIterError - TuplePushError
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Showing
- .github/workflows/Synchronization.yml 19 additions, 0 deletions.github/workflows/Synchronization.yml
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 2 additions, 1 deletion.gitlab-ci.yml
- CHANGELOG.md 49 additions, 0 deletionsCHANGELOG.md
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- README.md 33 additions, 38 deletionsREADME.md
- tarantool-proc/Cargo.toml 22 additions, 0 deletionstarantool-proc/Cargo.toml
- tarantool-proc/src/lib.rs 185 additions, 0 deletionstarantool-proc/src/lib.rs
- tarantool/Cargo.toml 2 additions, 1 deletiontarantool/Cargo.toml
- tarantool/src/decimal.rs 3 additions, 3 deletionstarantool/src/decimal.rs
- tarantool/src/ffi/decimal.rs 1 addition, 1 deletiontarantool/src/ffi/decimal.rs
- tarantool/src/ffi/uuid.rs 1 addition, 1 deletiontarantool/src/ffi/uuid.rs
- tarantool/src/index.rs 76 additions, 14 deletionstarantool/src/index.rs
- tarantool/src/lib.rs 95 additions, 0 deletionstarantool/src/lib.rs
- tarantool/src/proc.rs 163 additions, 0 deletionstarantool/src/proc.rs
- tarantool/src/space.rs 42 additions, 0 deletionstarantool/src/space.rs
- tarantool/src/uuid.rs 3 additions, 2 deletionstarantool/src/uuid.rs
- tests/Cargo.toml 4 additions, 0 deletionstests/Cargo.toml
- tests/src/box.rs 105 additions, 31 deletionstests/src/box.rs
- tests/src/coio.rs 8 additions, 8 deletionstests/src/coio.rs
.github/workflows/Synchronization.yml
0 → 100644
CHANGELOG.md
0 → 100644
tarantool-proc/Cargo.toml
0 → 100644
tarantool-proc/src/lib.rs
0 → 100644
tarantool/src/proc.rs
0 → 100644