-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Virgiel
committed
May 22, 2023
1 parent
426caad
commit 87714e8
Showing
49 changed files
with
537 additions
and
619 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,2 @@ | ||
// This file was generated with `cornucopia`. Do not modify. | ||
|
||
mod array_iterator; | ||
mod domain; | ||
mod type_traits; | ||
mod utils; | ||
pub use array_iterator::ArrayIterator; | ||
pub use domain::{Domain, DomainArray}; | ||
pub use type_traits::{ArraySql, BytesSql, IterSql, StringSql}; | ||
pub(crate) use utils::slice_iter; | ||
pub mod async_; | ||
pub mod sync; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
// This file was generated with `cornucopia`. Do not modify. | ||
|
||
mod array_iterator; | ||
pub mod client; | ||
mod domain; | ||
#[allow(clippy::all, clippy::pedantic)] | ||
#[allow(unused_variables)] | ||
#[allow(unused_imports)] | ||
#[allow(dead_code)] | ||
pub mod queries; | ||
mod type_traits; | ||
#[allow(clippy::all, clippy::pedantic)] | ||
#[allow(unused_variables)] | ||
#[allow(unused_imports)] | ||
#[allow(dead_code)] | ||
pub mod types; | ||
mod utils; | ||
pub use array_iterator::ArrayIterator; | ||
pub use domain::{Domain, DomainArray}; | ||
pub use type_traits::{ArraySql, BytesSql, IterSql, StringSql}; | ||
pub(crate) use utils::slice_iter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.