mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
feat: Make the parsing more generic over json
This commit is contained in:
committed by
Clément Renault
parent
1e14df00d1
commit
22c26a5dd0
@ -16,10 +16,10 @@ use tokio_minihttp::{Request, Response, Http};
|
||||
use tokio_proto::TcpServer;
|
||||
use tokio_service::Service;
|
||||
|
||||
use raptor::{Map, OpWithStateBuilder, LevBuilder};
|
||||
use raptor::{Map, OpWithStateBuilder, LevBuilder, Value};
|
||||
|
||||
struct MainService {
|
||||
map: Arc<Map<u64>>,
|
||||
map: Arc<Map<Value>>,
|
||||
lev_builder: Arc<LevBuilder>,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user