moonfire-nvr/db
Scott Lamb af9e568344 replace regex use with nom
This reduces the binary size noticeably on my macOS machine (#70):

                             unstripped  stripped
1  before switching to clap    11.1 MiB   6.7 MiB
2  after switching to clap     11.4 MiB   6.9 MiB
3  without regex               10.1 MiB   5.9 MiB
2020-04-17 21:53:52 -07:00
..
proto upgrade copyright notices 2020-03-01 22:53:41 -08:00
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
upgrade switch from docopt to structopt 2020-04-17 21:53:37 -07:00
Cargo.toml replace regex use with nom 2020-04-17 21:53:52 -07:00
auth.rs switch from docopt to structopt 2020-04-17 21:53:37 -07:00
build.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
check.rs style: use rusqlite's {named_,}params! everywhere 2020-03-19 20:46:25 -07:00
coding.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
compare.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
db.rs style: use rusqlite's {named_,}params! everywhere 2020-03-19 20:46:25 -07:00
dir.rs switch from docopt to structopt 2020-04-17 21:53:37 -07:00
fs.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
lib.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
raw.rs style: use rusqlite's {named_,}params! everywhere 2020-03-19 20:46:25 -07:00
recording.rs replace regex use with nom 2020-04-17 21:53:52 -07:00
schema.sql upgrade copyright notices 2020-03-01 22:53:41 -08:00
signal.rs style: use rusqlite's {named_,}params! everywhere 2020-03-19 20:46:25 -07:00
testutil.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
writer.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00