This website requires JavaScript.
Explore
Help
Register
Sign In
snowykami
/
meilisearch
Watch
1
Star
0
Fork
0
You've already forked meilisearch
mirror of
https://github.com/meilisearch/meilisearch.git
synced
2024-11-23 18:45:06 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
7bd67543dd
meilisearch
/
dump
/
src
/
reader
/
compat
/
mod.rs
6 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
Use reader v1 and compat to v2
2022-11-30 21:55:45 +08:00
pub
mod
v1_to_v2
;
write the compat layer from v2 to v3
2022-10-10 20:32:11 +08:00
pub
mod
v2_to_v3
;
write and test the compat layer from v3 to v4
2022-10-09 08:49:42 +08:00
pub
mod
v3_to_v4
;
rewrite the compat API to something more generic
2022-10-07 01:44:50 +08:00
pub
mod
v4_to_v5
;
start writting the compat layer between v5 and v6
2022-10-06 02:11:07 +08:00
pub
mod
v5_to_v6
;
Reference in New Issue
Copy Permalink