summaryrefslogtreecommitdiffstats
path: root/src/schema/value.rs
AgeCommit message (Expand)Author
2019-08-08cargo fmtPaul Masurel
2019-07-27add support for float (#603)fdb-hiroshima
2019-07-01Tiqb feature/2018 (#583)Paul Masurel
2019-03-20Feature/reader (#517)Paul Masurel
2019-03-15WIP: date field (#487)barrotsteindev
2018-09-11Added SnippetGeneratorPaul Masurel
2018-05-07Add fast field for associating arbitrary bytes to a document (#275)Jason Wolfe
2018-04-21Cargo fmtPaul Masurel
2018-02-03FormatPaul Masurel
2018-01-25Test not passingPaul Masurel
2017-12-14NOBUG rustfmtPaul Masurel
2017-12-14NOBUG intellij misc lintPaul Masurel
2017-08-28FormatPaul Masurel
2017-05-31issue/181 BinarySerializable does not return the len + Generics over Read+WritePaul Masurel
2017-05-31generic readPaul Masurel
2017-05-16Make rustfmt happyLaurentiu Nicola
2017-05-15formatPaul Masurel
2017-05-07Replace rustc_serialize with serdeAshley Mannix
2017-05-04issues/65 Added i64 fast fieldsPaul Masurel
2017-05-04Compiling... fastfield not implemented yetPaul Masurel
2017-05-04issue/65 Switching to u64.Paul Masurel
2016-10-12Added a macro to define document simplyWhite-Oak
2016-09-20Added documentationPaul Masurel
2016-08-28ISSUE-8 Replacing Vec by an Unrolled Linked List.Paul Masurel
2016-08-16Closes #12 - parse json array as multiple values for the fieldPaul Masurel
2016-08-14Refactoring, and making server working with a dynamic schemaPaul Masurel