polypixel-memoir-core 0.4.0

Memoir memory substrate as an embeddable Rust library
Documentation
1
2
3
4
5
6
//! `SeaORM` Entity, @generated by sea-orm-codegen 2.0

pub use super::api_keys::Entity as ApiKeys;
pub use super::bootstrap_tokens::Entity as BootstrapTokens;
pub use super::memoir_service_migrations::Entity as MemoirServiceMigrations;
pub use super::users::Entity as Users;