anylist_rs 0.3.2

Interact with the grocery list management app AnyList's undocumented API. Unofficial.
Documentation
1
2
3
4
5
use std::io::Result;
fn main() -> Result<()> {
    prost_build::compile_protos(&["src/protobuf/anylist.proto"], &["src/"])?;
    Ok(())
}