bubble

Crates.iobubble
lib.rsbubble
version0.1.1
created_at2026-01-15 07:46:32.514785+00
updated_at2026-01-23 09:42:30.458599+00
descriptionEnterprise-level development framework.
homepage
repositoryhttps://github.com/0xhappyboy/bubble
max_upload_size
id2044832
size131,940
happy₿oy (0xhappyboy)

documentation

README

bubble

Enterprise-level development framework.

License

简体中文 | English

Dependencies

                ┌───────────────┐
                │    bubble     │
                │  (Main Lib)   │
                └───────┬───────┘
                        │ Uses #[orm] macro
                        ▼
                ┌───────────────┐
                │ bubble-macro  │
                │ (Proc Macro)  │
                └───────┬───────┘
                        │ Depends on DatabaseConnection trait
                        ▼
                ┌───────────────┐
                │   bubble-db   │
                │ (DB Abstraction)│
                └───────────────┘

Dependency

bubble → bubble-macro → bubble-db

Responsibilities:

1. bubble: User-facing library with #[orm] macro usage
2. bubble-macro: Procedural macro that generates ORM code
3. bubble-db: Database abstraction layer with drivers
Commit count: 18

cargo fmt