glowdust 0.0.1

A DBMS with a data model based on functions and pattern matching
Documentation
1
2
3
4
5
6
7
8
9
10
#![feature(variant_count)]
#![feature(thread_id_value)]
#![feature(portable_simd)]
#![feature(stmt_expr_attributes)]
#![feature(let_chains)]
#![feature(backtrace_frames)]

pub mod compiler;
pub mod runtime;
pub mod store;