ej

Crates.ioej
lib.rsej
version0.0.3
sourcesrc
created_at2024-02-17 08:34:01.902054
updated_at2024-04-15 23:42:21.297575
descriptionedge data engine
homepagehttps://github.com/elarasuz/ej
repositoryhttps://github.com/elarasuz/ej
max_upload_size
id1143102
size66,824
Eyal Arasu (elarasuz)

documentation

README

ej (edge)

edge lite package

Dev Workflow

# update headers
cbindgen --lang c --crate ej --output ej.h

# update version
cargo bump patch --git-tag
git push --follow-tags
# cargo release
cargo publish

# build a release file
cargo build --release

Todo

  • mqtt service
  • bluetooth (ble) service
  • db persistence?
Commit count: 6

cargo fmt