Docs.rs
crcnt_muligo-0.1.1
crcnt_muligo 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
zenas0810
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
chrono ^0.4
normal
crcnt_ddd ^0.2
normal
crcnt_ddd_macros ^0.2
normal
mysql_async ^0.31
normal
mysql_common ^0.29
normal
thiserror ^1.0
normal
tokio ^1.23
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
ulid ^1.0
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
crcnt_mulingo/
lib.rs
1
mod
domain;
2
3
pub mod
includes {
4
pub use
super
::domain::includes::
*
;
5
}