Skip to content

Commit

Permalink
fb: add profile flatbuffer for accessing profile data
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 17, 2023
1 parent 1330ac1 commit df37b00
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cc = "1.0"

[dependencies]
env_logger = "0.10.1"
flatbuffers = "23.5.26"
libc = "0.2.151"
log = "0.4.20"

Expand Down
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
#[allow(unused)]
mod bindings;

#[allow(unused)]
#[allow(non_snake_case)]
mod ndb_profile;

pub type Profile<'a> = ndb_profile::NdbProfile<'a>;

pub mod config;
pub mod error;
pub mod ndb;
Expand Down
Loading

0 comments on commit df37b00

Please sign in to comment.